@methodus/framework-decorators
Version:
Server Decorators for methodus
64 lines (63 loc) • 2.03 kB
JSON
{
"name": "@methodus/framework-decorators",
"version": "8.0.8",
"description": "Server Decorators for methodus",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://methodus.dev",
"repository": {
"type": "git",
"url": "https://github.com/nodulusteam/methodus.dev/tree/master/modules/framework/framework-decorators"
},
"keywords": [
"methodus",
"unified application framework",
"microservice",
"rpc",
"eventsourcing",
"agnostic",
"independent",
"framework",
"typescript",
"bind",
"application"
],
"author": "NodulusTeam",
"license": "BSD-3-Clause",
"docs": {
"content": [
"readme.md"
]
},
"scripts": {
"build": "yarn rimraf ./dist && yarn tsc",
"test": "yarn jest --coverage && yarn run coverage",
"coverage": "yarn cpr ./coverage/coverage-final.json ../../../coverage/coverage-decorators.json -o",
"docs": "yarn rimraf ../../../docs/modules/framework/decorators && yarn typedoc ./src/index.ts --tsconfig ./tsconfig.docs.json && node ../../../docs/docs.js modules/framework/decorators",
"format": "yarn prettier -c --write ./src"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@methodus/framework-commons": "^8.0.8",
"@methodus/framework-injection": "^8.0.8",
"@types/jest": "^26.0.15",
"@types/node": "^10.0.0",
"cpr": "^3.0.1",
"docsify": "^4.10.2",
"jest": "^26.6.3",
"jest-html-reporters": "^2.1.0",
"prettier": "^2.0.5",
"replace-in-file": "^6.1.0",
"rimraf": "^3.0.1",
"ts-jest": "^26.4.4",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.0.11",
"typescript": "^4.1.2"
},
"gitHead": "afb7a502c54d1f4ae55cbbff2582d0149297be77"
}