UNPKG

gambit-decorators

Version:
36 lines (35 loc) 880 B
{ "name": "gambit-decorators", "version": "1.0.2", "description": "Decorators used in gambit plugins", "files": ["dist/**"], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prebuild": "rimraf dist", "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Craig Koroscil", "license": "ISC", "devDependencies": { "rimraf": "^3.0.2", "typescript": "^4.5.2" }, "dependencies": { "@nestjs/common": "^8.2.3", "@nestjs/microservices": "^8.2.3" }, "repository": { "type": "git", "url": "git+https://github.com/sintax1/gambit-plugin-decorators.git" }, "keywords": [ "gambit", "plugin" ], "bugs": { "url": "https://github.com/sintax1/gambit-plugin-decorators/issues" }, "homepage": "https://github.com/sintax1/gambit-plugin-decorators#readme" }