-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "inversify-components",
"version": "0.5.0",
"description": "Plugin based mini core framework. Combines InversifyJS with Extension Point Pattern / Service Provider Interfaces. Enables building components with inversify using binding descriptors.",
"keywords": [
"InversifyJS",
"scoped dependecy injection",
"dependecy injection"
],
"main": "lib/inversify-components.js",
"typings": "./dts/inversify-components.d.ts",
"bugs": "https://github.com/webcomputing/inversify-components/issues",
"repository": {
"type": "git",
"url": "https://github.com/webcomputing/inversify-components"
},
"peerDependencies": {
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13"
},
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Antonius Ostermann <[email protected]> (https://www.antonius-ostermann.de)",
"license": "MIT"
}