UNPKG

2.42 kBJSONView Raw
1{
2 "name": "@shockpkg/swf-projector",
3 "description": "Package for creating Flash Player projectors",
4 "version": "2.5.3",
5 "keywords": [
6 "shockpkg",
7 "package",
8 "manager",
9 "flash",
10 "swf",
11 "projector"
12 ],
13 "main": "lib/index",
14 "exports": {
15 "./module.mjs": "./module.mjs",
16 ".": [
17 {
18 "import": "./lib/index.mjs",
19 "require": "./lib/index.js",
20 "default": "./lib/index.js"
21 },
22 "./lib/index.js"
23 ]
24 },
25 "types": "lib/index.d.ts",
26 "module": "module.mjs",
27 "sideEffects": false,
28 "engines": {
29 "node": ">=10.0.0"
30 },
31 "scripts": {
32 "shockpkg": "shockpkg",
33 "clean": "gulp clean",
34 "lint": "gulp lint",
35 "build": "gulp build",
36 "test": "gulp test",
37 "all": "gulp all",
38 "watch": "nodemon --exec 'gulp watched'",
39 "prepack": "gulp prepack"
40 },
41 "repository": "https://github.com/shockpkg/swf-projector.git",
42 "bugs": "https://github.com/shockpkg/swf-projector/issues",
43 "author": "JrMasterModelBuilder",
44 "copyright": "Copyright (c) 2019-2020 JrMasterModelBuilder",
45 "license": "MPL-2.0",
46 "devDependencies": {
47 "@babel/core": "^7.13.10",
48 "@babel/plugin-proposal-class-properties": "^7.13.0",
49 "@babel/plugin-proposal-decorators": "^7.13.5",
50 "@babel/plugin-transform-runtime": "^7.13.10",
51 "@babel/preset-env": "^7.13.10",
52 "@babel/preset-typescript": "^7.13.0",
53 "@babel/register": "^7.13.8",
54 "@shockpkg/cli": "^1.5.3",
55 "@shockpkg/core": "^1.12.3",
56 "@types/fs-extra": "^9.0.8",
57 "@types/jasmine": "^3.6.6",
58 "@types/node": "^14.14.34",
59 "@typescript-eslint/eslint-plugin": "^4.17.0",
60 "@typescript-eslint/parser": "^4.17.0",
61 "babel-plugin-esm-resolver": "^2.1.0",
62 "del": "^6.0.0",
63 "download": "^8.0.0",
64 "eslint": "^7.22.0",
65 "eslint-plugin-import": "^2.22.1",
66 "eslint-plugin-jsdoc": "^32.2.0",
67 "execa": "^5.0.0",
68 "gulp": "^4.0.2",
69 "gulp-babel": "^8.0.0",
70 "gulp-filter": "^6.0.0",
71 "gulp-insert": "^0.5.0",
72 "gulp-rename": "^2.0.0",
73 "gulp-replace": "^1.0.0",
74 "gulp-sourcemaps": "^3.0.0",
75 "jasmine": "^3.6.4",
76 "jasmine-core": "^3.6.0",
77 "jasmine-spec-reporter": "^6.0.0",
78 "nodemon": "^2.0.7",
79 "onetime": "^5.1.2",
80 "source-map-support": "^0.5.19",
81 "typescript": "^4.2.3"
82 },
83 "dependencies": {
84 "@babel/runtime": "^7.13.10",
85 "@shockpkg/archive-files": "^1.10.3",
86 "@shockpkg/plist-dom": "^1.7.4",
87 "fs-extra": "^9.1.0",
88 "macho-unsign": "^1.1.0",
89 "portable-executable-signature": "^1.1.0",
90 "resedit": "^0.7.0"
91 }
92}