@reflet/express
Version:
Well-defined and well-typed express decorators
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "@reflet/express",
"version": "2.0.0",
"author": "Jeremy Bensimon",
"license": "MIT",
"repository": "https://github.com/jeremyben/reflet/tree/master/express",
"description": "Well-defined and well-typed express decorators",
"keywords": [
"express",
"decorators",
"typescript",
"framework",
"router",
"app"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10"
},
"engineStrict": true,
"peerDependencies": {
"@reflet/http": "^1.0.0",
"@types/express": "^4.17.0",
"express": "^4.17.0"
},
"devDependencies": {
"@reflet/http": "^1.0.0",
"@types/express": "^4.17.17",
"express": "^4.18.2"
},
"scripts": {
"build": "ts-node -T ../build.ts",
"test": "jest --config ../jest.config.js",
"test:watch": "yarn test --watch --verbose false",
"test:file": "yarn test --testPathPattern",
"preversion": "yarn test --coverage && ts-node -T ../testing/summary.ts && git add coverage-summary.json",
"prepublishOnly": "yarn run build",
"publish:next": "yarn publish --tag next"
},
"gitHead": "e8c4725ae9051728c87ceddef5cd031c0b65b7e2"
}