UNPKG

2.19 kBJSONView Raw
1{
2 "name": "@shockpkg/dir-projector",
3 "description": "Package for creating Shockwave Director projectors",
4 "version": "2.0.0",
5 "keywords": [
6 "shockpkg",
7 "package",
8 "manager",
9 "shockwave",
10 "director",
11 "projector"
12 ],
13 "main": "lib/index",
14 "types": "lib/index.d.ts",
15 "module": "module.mjs",
16 "sideEffects": false,
17 "engines": {
18 "node": ">=10.0.0"
19 },
20 "scripts": {
21 "shockpkg": "shockpkg",
22 "clean": "gulp clean",
23 "lint": "gulp lint",
24 "build": "gulp build",
25 "test": "gulp test",
26 "all": "gulp all",
27 "watch": "nodemon --exec 'gulp watched'",
28 "prepack": "gulp prepack"
29 },
30 "repository": "https://github.com/shockpkg/dir-projector.git",
31 "bugs": "https://github.com/shockpkg/dir-projector/issues",
32 "author": "JrMasterModelBuilder",
33 "copyright": "Copyright (c) 2019-2020 JrMasterModelBuilder",
34 "license": "MPL-2.0",
35 "devDependencies": {
36 "@babel/core": "^7.9.6",
37 "@babel/plugin-proposal-class-properties": "^7.8.3",
38 "@babel/plugin-proposal-decorators": "^7.8.3",
39 "@babel/plugin-transform-runtime": "^7.9.6",
40 "@babel/preset-env": "^7.9.6",
41 "@babel/preset-typescript": "^7.9.0",
42 "@babel/register": "^7.9.0",
43 "@shockpkg/cli": "^1.3.3",
44 "@shockpkg/core": "^1.9.6",
45 "@types/fs-extra": "^8.1.0",
46 "@types/jasmine": "^3.5.10",
47 "@types/node": "^13.13.5",
48 "@typescript-eslint/eslint-plugin": "^2.31.0",
49 "@typescript-eslint/parser": "^2.31.0",
50 "babel-plugin-esm-resolver": "^2.1.0",
51 "del": "^5.1.0",
52 "download": "^8.0.0",
53 "eslint": "^6.8.0",
54 "eslint-plugin-import": "^2.20.2",
55 "eslint-plugin-jsdoc": "^24.0.2",
56 "execa": "^4.0.0",
57 "gulp": "^4.0.2",
58 "gulp-babel": "^8.0.0",
59 "gulp-filter": "^6.0.0",
60 "gulp-insert": "^0.5.0",
61 "gulp-rename": "^2.0.0",
62 "gulp-replace": "^1.0.0",
63 "gulp-sourcemaps": "^2.6.5",
64 "jasmine": "^3.5.0",
65 "jasmine-core": "^3.5.0",
66 "jasmine-spec-reporter": "^5.0.2",
67 "nodemon": "^2.0.3",
68 "onetime": "^5.1.0",
69 "source-map-support": "^0.5.19",
70 "typescript": "^3.8.3"
71 },
72 "dependencies": {
73 "@babel/runtime": "^7.9.6",
74 "@shockpkg/archive-files": "^1.9.1",
75 "@shockpkg/plist-dom": "^1.6.0",
76 "fs-extra": "^9.0.0",
77 "portable-executable-signature": "^1.0.1",
78 "resedit": "^0.6.0"
79 }
80}