nest-qbit
Version:
qbit bass api 接口支持
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "nest-qbit",
"version": "1.0.1",
"description": "qbit bass api 接口支持",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc",
"lint": "eslint \"*.ts\" --fix",
"release": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klover2/nest-qbit-node-sdk.git"
},
"keywords": [
"qbit",
"全球账户",
"量子卡"
],
"author": "Qbit Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/klover2/nest-qbit-node-sdk/issues"
},
"homepage": "https://github.com/klover2/nest-qbit-node-sdk#readme",
"files": [
"dist"
],
"dependencies": {},
"devDependencies": {
"@nestjs/common": "^8.2.4",
"@types/node": "^13.9.1",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "3.0.2",
"eslint": "7.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.4"
}
}