38 lines
906 B
JSON
38 lines
906 B
JSON
{
|
|
"name": "@scode/requestor",
|
|
"version": "1.0.0",
|
|
"description": "Split express paths into individual files to make api programming more structured",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "nyc ava",
|
|
"lint": "eslint .",
|
|
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
|
"mutate": "stryker run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.scode.ovh/timo/requestor.git"
|
|
},
|
|
"keywords": [
|
|
"express"
|
|
],
|
|
"author": "Timo Hocker",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@scode/eslint-config": "^1.2.31",
|
|
"@stryker-mutator/core": "^3.1.0",
|
|
"@stryker-mutator/javascript-mutator": "^3.1.0",
|
|
"ava": "^3.5.2",
|
|
"eslint": "^6.8.0",
|
|
"nyc": "^15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@scode/consts": "^1.0.12",
|
|
"@types/express": "^4.17.4",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|