UNPKG

optiovoluptas

Version:

Define Express routes using TypeScript decorators

48 lines (47 loc) 1.08 kB
{ "name": "optiovoluptas", "version": "1.4.0", "description": "Define Express routes using TypeScript decorators", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "update-toc": "doctoc README.md --github", "build": "rm -rf dist && ./node_modules/typescript/bin/tsc" }, "engines": { "node": ">=4.7" }, "keywords": [ "voluptatem", "decorator", "router", "decorated", "voluptas", "id" ], "bugs": { "url": "https://github.com/RowlandFerry/optiovoluptas.git/issues" }, "author": "DarrickBarton", "repository": { "type": "git", "url": "https://github.com/RowlandFerry/optiovoluptas.git" }, "license": "MIT", "dependencies": { "glob": "^7.0", "lodash": ">=3.7.0 <5.0", "tslib": ">=1.6" }, "peerDependencies": { "express": ">=4.0 <5.0" }, "devDependencies": { "@types/express": "^4.0", "@types/glob": "^5.0.31", "@types/lodash": "^4.14", "doctoc": "^1.3.0", "express": "^4.15", "typescript": "^2.4" } }