UNPKG

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