UNPKG

2.28 kBJSONView Raw
1{
2 "name": "@shockpkg/cli",
3 "description": "shockpkg cli",
4 "version": "1.1.1",
5 "keywords": [
6 "shockpkg",
7 "package",
8 "manager",
9 "flash",
10 "shockwave",
11 "player",
12 "air",
13 "sdk"
14 ],
15 "main": "lib/index",
16 "types": "lib/index.d.ts",
17 "bin": {
18 "shockpkg": "./bin/run"
19 },
20 "engines": {
21 "node": ">=10.0.0"
22 },
23 "scripts": {
24 "clean": "gulp clean",
25 "lint": "gulp lint",
26 "build": "gulp build",
27 "test": "gulp test",
28 "all": "gulp all",
29 "watch": "nodemon --exec 'gulp watched'",
30 "prepack": "gulp prepack"
31 },
32 "repository": "https://github.com/shockpkg/cli.git",
33 "bugs": "https://github.com/shockpkg/cli/issues",
34 "author": "JrMasterModelBuilder",
35 "copyright": "Copyright (c) 2018-2019 JrMasterModelBuilder",
36 "license": "MPL-2.0",
37 "dependencies": {
38 "@babel/runtime": "^7.5.4",
39 "@oclif/command": "^1.5.16",
40 "@oclif/config": "^1.13.2",
41 "@oclif/plugin-help": "^2.2.0",
42 "@shockpkg/core": "^1.6.6",
43 "source-map-support": "^0.5.12"
44 },
45 "devDependencies": {
46 "@babel/core": "^7.5.4",
47 "@babel/plugin-proposal-class-properties": "^7.5.0",
48 "@babel/plugin-proposal-decorators": "^7.4.4",
49 "@babel/plugin-transform-runtime": "^7.5.0",
50 "@babel/preset-env": "^7.5.4",
51 "@babel/preset-typescript": "^7.3.3",
52 "@babel/register": "^7.4.4",
53 "@oclif/dev-cli": "^1.22.0",
54 "@oclif/test": "^1.2.4",
55 "@types/jasmine": "^3.3.13",
56 "@types/node": "^12.6.2",
57 "@types/source-map-support": "^0.5.0",
58 "chai": "^4.2.0",
59 "del": "^5.0.0",
60 "eslint": "^6.0.1",
61 "execa": "^2.0.3",
62 "gulp": "^4.0.2",
63 "gulp-babel": "^8.0.0",
64 "gulp-filter": "^6.0.0",
65 "gulp-insert": "^0.5.0",
66 "gulp-rename": "^1.4.0",
67 "gulp-replace": "^1.0.0",
68 "gulp-sourcemaps": "^2.6.5",
69 "jasmine": "^3.4.0",
70 "jasmine-core": "^3.4.0",
71 "jasmine-spec-reporter": "^4.2.1",
72 "nodemon": "^1.19.1",
73 "ts-node": "^8.3.0",
74 "tslint": "^5.18.0",
75 "tslint-consistent-codestyle": "^1.15.1",
76 "tslint-eslint-rules": "^5.4.0",
77 "typescript": "^3.5.3"
78 },
79 "files": [
80 "/bin",
81 "/lib",
82 "/oclif.manifest.json"
83 ],
84 "oclif": {
85 "commands": "./lib/commands",
86 "bin": "shockpkg",
87 "plugins": [
88 "@oclif/plugin-help"
89 ],
90 "description": "shockpkg - shockpkg CLI\nCopyright (c) 2018-2019 JrMasterModelBuilder\nLicensed under the Mozilla Public License, v. 2.0"
91 }
92}