1 Star 0 Fork 15

江北青衣/nt-addon-pay

forked from Notadd/nt-addon-pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
dzzzzzy 提交于 2019-01-03 10:36 . chore(release): publish v0.5.9
{
"name": "nt-addon-pay",
"version": "0.5.9",
"description": "The pay addon for notadd application",
"scripts": {
"start": "ts-node -r tsconfig-paths/register starter/main.ts",
"start:watch": "nodemon",
"debug": "node --inspect-brk -r ts-node/register starter/main.ts",
"debug:watch": "nodemon --config nodemon-debug.json",
"check": "tslint -p tsconfig.json -c tslint.json",
"fix": "tslint -p tsconfig.json -c tslint.json --fix",
"test": "jest",
"test:cov": "jest --coverage"
},
"author": "notadd",
"license": "Apache-2.0",
"dependencies": {
"nanoid": "^2.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@nestjs/common": "^5.5.0",
"@nestjs/core": "^5.5.0",
"@nestjs/testing": "^5.5.0",
"@types/jest": "^23.3.11",
"@types/nanoid": "^1.2.0",
"@types/node": "^10.12.18",
"@types/xml2js": "^0.4.3",
"jest": "^23.6.0",
"nodemon": "^1.18.9",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.3",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"ts"
],
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.service.ts",
"!src/modules/wechat/services/base.service.ts"
],
"coverageDirectory": "coverage",
"testEnvironment": "node"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/JiangBeiQingYi/nt-addon-pay.git
git@gitee.com:JiangBeiQingYi/nt-addon-pay.git
JiangBeiQingYi
nt-addon-pay
nt-addon-pay
master

搜索帮助