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