UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@akashic/akashic-cli-export-zip",
3 "version": "0.3.22",
4 "description": "A module to export akashic game as a zip",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublish": "npm run clean && npm run build",
8 "clean": "rimraf ./lib && rimraf ./spec/build",
9 "start": "npm run build && node bin/run",
10 "build": "tsc -p ./",
11 "lint": "npm run lint:src && npm run lint:spec",
12 "lint:src": "tslint --project tsconfig.json -c ../tslint.json",
13 "lint:spec": "tslint --project ./spec/tsconfig.json -c ../tslint.json",
14 "test": "npm run test:ts && npm run lint",
15 "test:ts": "npm run test:ts:compile && npm run test:ts:jest",
16 "test:ts:compile": "npm run build && tsc -p ./spec",
17 "test:ts:jest": "jest"
18 },
19 "author": "DWANGO Co., Ltd.",
20 "license": "MIT",
21 "bin": {
22 "akashic-cli-export-zip": "./bin/run"
23 },
24 "files": [
25 "README.md",
26 "bin",
27 "lib",
28 "templates",
29 "package.json"
30 ],
31 "devDependencies": {
32 "@types/archiver": "2.1.3",
33 "@types/browserify": "12.0.36",
34 "@types/commander": "2.12.0",
35 "@types/fs-extra": "5.1.0",
36 "@types/fs-readdir-recursive": "1.0.0",
37 "@types/jasmine": "2.8.16",
38 "@types/mock-fs": "3.6.30",
39 "@types/node": "8.10.53",
40 "@types/uglify-js": "2.6.32",
41 "jest": "24.9.0",
42 "mock-fs": "4.10.1",
43 "rimraf": "2.7.1",
44 "tslint": "5.19.0",
45 "typescript": "2.9.2"
46 },
47 "typings": "lib/index.d.ts",
48 "dependencies": {
49 "@akashic/akashic-cli-commons": "0.2.30",
50 "@babel/core": "^7.2.2",
51 "@babel/preset-env": "^7.3.1",
52 "archiver": "3.1.1",
53 "babel-preset-env": "^1.7.0",
54 "browserify": "~16.5.0",
55 "commander": "2.20.0",
56 "fs-extra": "^3.0.1",
57 "fs-readdir-recursive": "~0.1.2",
58 "uglify-js": "2.8.29"
59 },
60 "publishConfig": {
61 "access": "public",
62 "@akashic:registry": "https://registry.npmjs.org/"
63 },
64 "gitHead": "8238d1ec218e08fc2f55935a0c153675f0292fd7"
65}