UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@akashic/akashic-cli-commons",
3 "version": "0.3.3",
4 "description": "The shared definitions and routines for akashic-cli-xxx",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublish": "npm run clean && npm run build",
8 "clean": "shx rm -rf lib && shx rm -rf spec/build",
9 "build": "tsc -p ./",
10 "lint": "tslint --type-check -c ../tslint.json --project ./tsconfig.json",
11 "test": "npm run test:jest && npm run lint",
12 "test:jest": "jest"
13 },
14 "author": "DWANGO Co., Ltd.",
15 "license": "MIT",
16 "files": [
17 "lib",
18 "README.md",
19 "package.json"
20 ],
21 "devDependencies": {
22 "@types/browserify": "12.0.36",
23 "@types/eslint": "4.16.8",
24 "@types/fs-extra": "5.1.0",
25 "jest": "24.9.0",
26 "mock-fs": "4.10.4",
27 "shx": "0.3.2",
28 "tslint": "5.20.1",
29 "typescript": "2.9.2"
30 },
31 "typings": "lib/index.d.ts",
32 "dependencies": {
33 "browserify": "16.5.0",
34 "eslint": "~5.16.0",
35 "fs-extra": "3.0.1",
36 "fs-readdir-recursive": "0.1.2",
37 "js-sha256": "^0.9.0"
38 },
39 "publishConfig": {
40 "access": "public",
41 "@akashic:registry": "https://registry.npmjs.org/"
42 },
43 "gitHead": "4a4e42f8f971c075a9846bfb2191353754d6a664"
44}