{ "name": "@scode/requestor", "version": "1.0.0", "description": "Express handler templates", "main": "dist/index.js", "scripts": { "test": "echo \"no test\"", "compile": "tsc", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "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": { "@ava/typescript": "^1.1.1", "@scode/eslint-config-ts": "^1.0.27", "@stryker-mutator/core": "^3.1.0", "@stryker-mutator/javascript-mutator": "^3.1.0", "ava": "^3.8.1", "eslint": "^6.8.0", "nyc": "^15.0.1", "typescript": "^3.8.3" }, "dependencies": { "@scode/consts": "^1.1.7", "@scode/modelling": "^1.0.16", "@types/express": "^4.17.6", "express": "^4.17.1" }, "files": [ "LICENSE", "/dist/" ] }