@bxjs/base
Version:
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "@bxjs/base",
"version": "7.2.209",
"license": "UNLICENSED",
"main": "lib/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"clean": "rm -rf ./node_modules/.cache",
"build": "rollup -c",
"typings": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"typings",
"lib",
"package.json"
],
"dependencies": {
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"circular-json": "^0.5.9",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"cls-hooked": "^4.2.2",
"colors": "^1.4.0",
"cookie": "^0.4.1",
"cron-parser": "^2.18.0",
"error-stack-parser": "^2.0.6",
"fs-extra": "9.0.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"mysql": "^2.18.1",
"number-precision": "^1.5.0",
"nunjucks": "^3.2.2",
"reflect-metadata": "^0.1.13",
"sleep-async": "^1.0.5",
"source-map-support": "^0.5.19",
"typeorm": "^0.2.28",
"uuid": "^8.3.1"
},
"devDependencies": {
"@alicloud/fc2": "2.1.0",
"@types/fs-extra": "9.0.2",
"tablestore": "4.2.0"
}
}