This repository has been archived on 2020-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
requestor/package.json
2020-01-30 10:41:11 +01:00

26 lines
570 B
JSON

{
"name": "@scode/requestor",
"version": "1.0.3",
"description": "Split express paths into individual files to make api programming more structured",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "https://git.scode.ovh/timo/requestor.git"
},
"keywords": [
"express"
],
"author": "Timo Hocker",
"license": "BSD-3-Clause",
"devDependencies": {
"@scode/eslint-config": "^1.2.7",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1"
}
}