UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@bxjs/base",
3 "version": "1.6.469",
4 "description": "bxjs base framework & api",
5 "license": "MIT",
6 "readmeFilename": "README.md",
7 "author": {
8 "name": "laochu",
9 "email": "jinghui.cjh@alibaba-inc.com"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:bxjs/base.git"
14 },
15 "bugs": {
16 "url": "https://github.com/bxjs/base/issues"
17 },
18 "dependencies": {
19 "@bxjs/typeorm": "~0.0.1",
20 "acm-client": "^1.1.0",
21 "address": "^1.0.3",
22 "aes256": "^1.0.3",
23 "circular-json": "^0.5.1",
24 "co": "^4.6.0",
25 "cookie": "^0.3.1",
26 "cross-spawn": "^6.0.5",
27 "error-stack-parser": "^2.0.1",
28 "extend": "^3.0.1",
29 "fs-extra": "^5.0.0",
30 "inversify": "^4.13.0",
31 "lodash": "^4.17.5",
32 "mobile-detect": "^1.4.1",
33 "mockjs": "^1.0.1-beta3",
34 "moment": "^2.20.1",
35 "mysql": "^2.15.0",
36 "node-fetch": "^2.0.0",
37 "nunjucks": "^3.0.1",
38 "reflect-metadata": "^0.1.12",
39 "shortid": "^2.2.8",
40 "sleep-async": "1.0.1",
41 "source-map-support": "^0.5.3",
42 "tablestore": "^4.0.11",
43 "tsconfig-paths": "^3.3.2",
44 "type-is": "^1.6.16",
45 "utility": "^1.13.1",
46 "uuid": "^3.2.1",
47 "validatorjs": "^3.14.2"
48 },
49 "devDependencies": {
50 "@types/express": "^4.11.1",
51 "@types/fs-extra": "^5.0.0",
52 "@types/lodash": "^4.14.101",
53 "@types/node": "^8.9.4",
54 "@types/nunjucks": "^3.0.0",
55 "body-parser": "^1.18.2",
56 "express": "^4.16.2",
57 "forever": "^0.15.3",
58 "nodemon": "^1.14.12",
59 "ts-node": "^6.0.5",
60 "ts-simple-ast": "^6.12.0",
61 "tspoon": "^1.0.460",
62 "typescript": "^2.9.2"
63 }
64}