{
|
|
"devDependencies": {
|
|
"@types/basic-auth": "^1.1.2",
|
|
"@types/express": "^4.17.1",
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/node": "^12.7.7",
|
|
"@types/request": "^2.48.3",
|
|
"tslint": "^5.20.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lint && npm run build:ts",
|
|
"build:ts": "tsc",
|
|
"lint": "tslint --project .",
|
|
"lint:fix": "tslint --project . --fix",
|
|
"start": "node build"
|
|
},
|
|
"dependencies": {
|
|
"basic-auth": "^2.0.1",
|
|
"express": "^4.17.1",
|
|
"lru-cache": "^5.1.1",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|