UNPKG

2.57 kBJSONView Raw
1{
2 "name": "@shockpkg/swf-projector",
3 "description": "Package for creating Flash Player projectors",
4 "version": "2.7.0",
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.13.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": "gulp watch",
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-2021 JrMasterModelBuilder",
45 "license": "MPL-2.0",
46 "devDependencies": {
47 "@babel/core": "^7.14.8",
48 "@babel/plugin-proposal-class-properties": "^7.14.5",
49 "@babel/plugin-transform-runtime": "^7.14.5",
50 "@babel/preset-env": "^7.14.8",
51 "@babel/preset-typescript": "^7.14.5",
52 "@babel/register": "^7.14.5",
53 "@shockpkg/cli": "^1.7.0",
54 "@shockpkg/core": "^1.14.0",
55 "@types/download": "^8.0.1",
56 "@types/fs-extra": "^9.0.12",
57 "@types/gulp": "^4.0.9",
58 "@types/gulp-babel": "^6.1.30",
59 "@types/gulp-filter": "^3.0.34",
60 "@types/gulp-insert": "^0.5.8",
61 "@types/gulp-rename": "^2.0.1",
62 "@types/gulp-replace": "0.0.31",
63 "@types/gulp-sourcemaps": "0.0.35",
64 "@types/jasmine": "^3.8.1",
65 "@types/node": "^16.4.3",
66 "@typescript-eslint/eslint-plugin": "^4.28.4",
67 "@typescript-eslint/parser": "^4.28.4",
68 "babel-plugin-esm-resolver": "^2.2.0",
69 "del": "^6.0.0",
70 "download": "^8.0.0",
71 "eslint": "^7.31.0",
72 "eslint-plugin-import": "^2.23.4",
73 "eslint-plugin-jsdoc": "^36.0.2",
74 "execa": "^5.1.1",
75 "gulp": "^4.0.2",
76 "gulp-babel": "^8.0.0",
77 "gulp-filter": "^7.0.0",
78 "gulp-insert": "^0.5.0",
79 "gulp-rename": "^2.0.0",
80 "gulp-replace": "^1.1.3",
81 "gulp-sourcemaps": "^3.0.0",
82 "jasmine": "^3.8.0",
83 "jasmine-core": "^3.8.0",
84 "jasmine-spec-reporter": "^7.0.0",
85 "source-map-support": "^0.5.19",
86 "typescript": "^4.3.5"
87 },
88 "dependencies": {
89 "@babel/runtime": "^7.14.8",
90 "@shockpkg/archive-files": "^1.11.1",
91 "@shockpkg/plist-dom": "^2.1.1",
92 "fs-extra": "^10.0.0",
93 "macho-unsign": "^1.1.0",
94 "portable-executable-signature": "^1.1.0",
95 "resedit": "^1.1.0"
96 }
97}