stepdad
Version:
Stupid simple and lightweight dependency injection
38 lines (37 loc) • 841 B
JSON
{
"name": "stepdad",
"version": "1.0.2-3",
"description": "Stupid simple and lightweight dependency injection",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"prepublishOnly": "tsc",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikro/stepdad.git"
},
"keywords": [
"mikro",
"dependency-injection",
"typescript"
],
"author": "Felix Wieland",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikro/stepdad/issues"
},
"homepage": "https://github.com/mikro/stepdad#readme",
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"dependencies": {
"reflect-metadata": "^0.1.13"
}
}