{
	"name": "@shockpkg/dir-projector",
	"description": "Package for creating Shockwave Director projectors",
	"version": "2.2.2",
	"keywords": [
		"shockpkg",
		"package",
		"manager",
		"shockwave",
		"director",
		"projector"
	],
	"main": "lib/index",
	"exports": {
		"./module.mjs": "./module.mjs",
		".": [
			{
				"import": "./lib/index.mjs",
				"require": "./lib/index.js",
				"default": "./lib/index.js"
			},
			"./lib/index.js"
		]
	},
	"types": "lib/index.d.ts",
	"module": "module.mjs",
	"sideEffects": false,
	"engines": {
		"node": ">=10.0.0"
	},
	"scripts": {
		"shockpkg": "shockpkg",
		"clean": "gulp clean",
		"lint": "gulp lint",
		"build": "gulp build",
		"test": "gulp test",
		"all": "gulp all",
		"watch": "nodemon --exec 'gulp watched'",
		"prepack": "gulp prepack"
	},
	"repository": "https://github.com/shockpkg/dir-projector.git",
	"bugs": "https://github.com/shockpkg/dir-projector/issues",
	"author": "JrMasterModelBuilder",
	"copyright": "Copyright (c) 2019-2020 JrMasterModelBuilder",
	"license": "MPL-2.0",
	"devDependencies": {
		"@babel/core": "^7.12.10",
		"@babel/plugin-proposal-class-properties": "^7.12.1",
		"@babel/plugin-proposal-decorators": "^7.12.1",
		"@babel/plugin-transform-runtime": "^7.12.10",
		"@babel/preset-env": "^7.12.11",
		"@babel/preset-typescript": "^7.12.7",
		"@babel/register": "^7.12.10",
		"@shockpkg/cli": "^1.5.2",
		"@shockpkg/core": "^1.12.2",
		"@types/fs-extra": "^9.0.5",
		"@types/jasmine": "^3.6.2",
		"@types/node": "^14.14.14",
		"@typescript-eslint/eslint-plugin": "^4.11.0",
		"@typescript-eslint/parser": "^4.11.0",
		"babel-plugin-esm-resolver": "^2.1.0",
		"del": "^6.0.0",
		"download": "^8.0.0",
		"eslint": "^7.16.0",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-jsdoc": "^30.7.9",
		"execa": "^5.0.0",
		"gulp": "^4.0.2",
		"gulp-babel": "^8.0.0",
		"gulp-filter": "^6.0.0",
		"gulp-insert": "^0.5.0",
		"gulp-rename": "^2.0.0",
		"gulp-replace": "^1.0.0",
		"gulp-sourcemaps": "^3.0.0",
		"jasmine": "^3.6.3",
		"jasmine-core": "^3.6.0",
		"jasmine-spec-reporter": "^6.0.0",
		"nodemon": "^2.0.6",
		"onetime": "^5.1.2",
		"source-map-support": "^0.5.19",
		"typescript": "^4.1.3"
	},
	"dependencies": {
		"@babel/runtime": "^7.12.5",
		"@shockpkg/archive-files": "^1.10.2",
		"@shockpkg/plist-dom": "^1.7.2",
		"fs-extra": "^9.0.1",
		"portable-executable-signature": "^1.1.0",
		"resedit": "^0.6.0"
	}
}
