UNPKG

@booster-ts/core

Version:
45 lines (44 loc) 1.02 kB
{ "name": "@booster-ts/core", "version": "0.2.1", "description": "Core Booster DI Library", "main": "dist/core.js", "types": "dist/core.d.ts", "scripts": { "test": "jest -c ./tests/config.js", "build": "tsc", "lint": "tslint --project ./tsconfig.json -c ./tslint.json", "check": "npm run lint && npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/booster-ts/core.git" }, "keywords": [ "DI", "Core", "Booster", "Dependecy", "Injection" ], "author": "ImOverlord", "license": "MIT", "bugs": { "url": "https://github.com/booster-ts/core/issues" }, "homepage": "https://github.com/booster-ts/core#readme", "dependencies": { "@types/node": "^11.13.8", "reflect-metadata": "^0.1.13", "typescript": "^3.4.3" }, "devDependencies": { "@types/jest": "23.3.14", "jest": "^23.0.0", "ts-jest": "23.10.5", "tslint": "^5.16.0" }, "publishConfig": { "access": "public" } }