UNPKG

@bxjs/base

Version:

bxjs base framework & api

69 lines (68 loc) 1.8 kB
{ "name": "@bxjs/base", "version": "3.7.594", "description": "bxjs base framework & api", "license": "MIT", "author": "laochu <jinghui.cjh@alibaba-inc.com>", "repository": { "type": "git", "url": "git+ssh://git@github.com/bxjs/base.git" }, "bugs": { "url": "https://github.com/bxjs/base/issues" }, "dependencies": { "@bxjs/typeorm": "~0.0.1", "acm-client": "^1.1.0", "address": "^1.0.3", "aes256": "^1.0.3", "amber_utf-8": "^1.1.0", "circular-json": "^0.5.1", "co": "^4.6.0", "cookie": "^0.3.1", "cross-spawn": "^6.0.5", "error-stack-parser": "^2.0.1", "extend": "^3.0.1", "fs-extra": "^5.0.0", "getmac": "^1.4.6", "inversify": "^4.13.0", "lodash": "^4.17.5", "mobile-detect": "^1.4.1", "mockjs": "^1.0.1-beta3", "moment": "^2.20.1", "mysql": "^2.15.0", "nano-seconds": "^1.2.2", "node-fetch": "^2.0.0", "nunjucks": "^3.0.1", "reflect-metadata": "^0.1.12", "shortid": "^2.2.8", "sleep-async": "1.0.1", "source-map-support": "^0.5.3", "tablestore": "^4.0.11", "tsconfig-paths": "^3.3.2", "type-is": "^1.6.16", "utility": "^1.13.1", "uuid": "^3.2.1", "validatorjs": "^3.14.2" }, "devDependencies": { "@types/express": "^4.11.1", "@types/fs-extra": "^5.0.0", "@types/lodash": "^4.14.101", "@types/node": "^8.9.4", "@types/nunjucks": "^3.0.0", "body-parser": "^1.18.2", "express": "^4.16.2", "forever": "^0.15.3", "nodemon": "^1.14.12", "ts-node": "^6.0.5", "ts-simple-ast": "^6.12.0", "tspoon": "^1.0.460", "typescript": "^2.9.2" }, "homepage": "https://github.com/bxjs/base#readme", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }