29 lines
702 B
JSON
29 lines
702 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.scode.ovh/timo/requestor.git"
|
|
},
|
|
"keywords": [
|
|
"express"
|
|
],
|
|
"author": "Timo Hocker",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.19.1",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|