1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/notadd-nt-addon-pay

Клонировать/Скачать
package.json 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
dzzzzzy Отправлено 03.01.2019 05:36 bd2c771
{
"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"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/notadd-nt-addon-pay.git
git@api.gitlife.ru:oschina-mirror/notadd-nt-addon-pay.git
oschina-mirror
notadd-nt-addon-pay
notadd-nt-addon-pay
master