UNPKG

1.65 kBJSONView Raw
1{
2 "name": "jinghuanjs",
3 "version": "1.0.55",
4 "main": "index.js",
5 "type": "index.d.ts",
6 "scripts": {
7 "dev": "jinghuan-cli pkg src ./ -w -s -r",
8 "lib": "jinghuan-cli pkg src ./ -w -s -m",
9 "prepublishOnly": "jinghuan-cli pkg src ./ -s -m"
10 },
11 "bin": {
12 "jinghuanjs": "./bin/cli.js"
13 },
14 "author": "李强",
15 "license": "ISC",
16 "dependencies": {
17 "bluebird": "^3.5.3",
18 "chokidar": "^2.0.4",
19 "co": "^4.6.0",
20 "commander": "^2.19.0",
21 "debug": "^4.1.0",
22 "destroy": "^1.0.4",
23 "find-root": "^1.1.0",
24 "fs-extra": "^7.0.1",
25 "jinghuan-cache": "^1.0.11",
26 "jinghuan-cluster": "^1.0.8",
27 "jinghuan-config": "^1.0.12",
28 "jinghuan-db": "^1.0.25",
29 "jinghuan-helper": "^1.0.8",
30 "jinghuan-logger": "^1.0.13",
31 "jinghuan-session": "^1.0.7",
32 "jinghuan-tpl": "^1.0.3",
33 "jinghuan-validator": "^1.0.3",
34 "json5": "^2.1.0",
35 "koa": "^2.6.2",
36 "koa-compose": "^4.1.0",
37 "locutus": "^2.0.10",
38 "lodash": "^4.17.11",
39 "mime": "^2.4.0",
40 "on-finished": "^2.3.0",
41 "path-extra": "^4.2.1",
42 "path-to-regexp": "^2.4.0",
43 "source-map-support": "^0.5.9",
44 "url": "^0.11.0",
45 "uuid": "^3.3.2",
46 "ws": "^6.1.2"
47 },
48 "devDependencies": {
49 "@types/knex": "^0.14.26",
50 "@types/koa": "^2.0.48",
51 "@types/node": "^10.12.18"
52 },
53 "directories": {
54 "lib": "lib"
55 },
56 "description": "",
57 "engines": {
58 "node": ">=9.0.0"
59 },
60 "repository": {}
61}