{
"name": "@scode/requestor",
"version": "1.0.0",
"description": "Split express paths into individual files to make api programming more structured",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"ci": "yarn --frozen-lockfile && node jenkins.js"
},
"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.15",
"eslint": "^6.8.0"
}