UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@midwayjs/cli",
3 "version": "1.2.45",
4 "description": "Midway Command Tools",
5 "main": "index.js",
6 "bin": {
7 "midway-bin": "bin/midway-bin.js",
8 "mw": "bin/midway-bin.js"
9 },
10 "scripts": {
11 "lint": "eslint .",
12 "build": "tsc --build",
13 "ci-test-only": "TESTS=test/lib/cmd/cov.test.js npm run test-local",
14 "ci": "npm run lint && npm run pkgfiles -- --check && npm run ci-test-only && npm run cov",
15 "postinstall": "node ./postinstall"
16 },
17 "keywords": [
18 "midway",
19 "bin"
20 ],
21 "license": "MIT",
22 "dependencies": {
23 "@midwayjs/cli-plugin-add": "^1.2.45",
24 "@midwayjs/command-core": "^1.2.45",
25 "@midwayjs/debugger": "^1.0.x",
26 "enquirer": "^2.3.4",
27 "minimist": "^1.2.5",
28 "source-map-support": "^0.5.19"
29 },
30 "devDependencies": {
31 "typescript": "^4.1.0"
32 },
33 "engines": {
34 "node": ">= 8.0.0"
35 },
36 "files": [
37 "bin",
38 "lib",
39 "dist",
40 "index.js",
41 "postinstall.js"
42 ],
43 "publishConfig": {
44 "access": "public"
45 },
46 "author": "Harry Chen <czy88840616@gmail.com>",
47 "repository": {
48 "type": "git",
49 "url": "http://github.com/midwayjs/midway.git"
50 },
51 "gitHead": "f5e48f26a1bdb177a22492f40de0ab3306c94b12"
52}