UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@midwayjs/cli",
3 "version": "1.2.84",
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": "../../node_modules/.bin/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.84",
24 "@midwayjs/cli-plugin-build": "^1.2.84",
25 "@midwayjs/cli-plugin-check": "^1.2.84",
26 "@midwayjs/cli-plugin-clean": "^1.2.84",
27 "@midwayjs/cli-plugin-dev": "^1.2.84",
28 "@midwayjs/cli-plugin-test": "^1.2.84",
29 "@midwayjs/command-core": "^1.2.84",
30 "@midwayjs/debugger": "^1.0.x",
31 "enquirer": "^2.3.4",
32 "jest-environment-node": "^26.6.2",
33 "minimist": "^1.2.5",
34 "source-map-support": "^0.5.19",
35 "ts-node": "^9.0.0"
36 },
37 "devDependencies": {
38 "typescript": "^4.1.0"
39 },
40 "engines": {
41 "node": ">= 10.0.0"
42 },
43 "files": [
44 "bin",
45 "lib",
46 "dist",
47 "jest",
48 "index.js",
49 "postinstall.js"
50 ],
51 "publishConfig": {
52 "access": "public"
53 },
54 "author": "Harry Chen <czy88840616@gmail.com>",
55 "repository": {
56 "type": "git",
57 "url": "http://github.com/midwayjs/midway.git"
58 },
59 "gitHead": "97778af6194dae45c1c98b7463b8d6346722c893"
60}