dipperts
Version:
Dependency injection library for typescript.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "dipperts",
"version": "0.3.0",
"description": "Dependency injection library for typescript.",
"homepage": "https://github.com/Useurmind/dipper",
"repository": {
"type": "git",
"url": "https://github.com/Useurmind/dipper.git"
},
"main": "dist/src/index.js",
"type": "dist/src/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/tsc --outDir ./dist",
"test": "./node_modules/.bin/karma start",
"compile": "./node_modules/.bin/tsc"
},
"keywords": [
"Dependency",
"Injection",
"Container",
"TypeScript"
],
"author": "Jochen Grün",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^2.8.6",
"fs": "0.0.1-security",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.32",
"karma-trx-reporter": "^0.2.9",
"karma-webpack": "^3.0.0",
"phantomjs-prebuilt": "^2.1.16",
"ts-loader": "^4.2.0",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}