-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 764 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 764 Bytes
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
{
"name": "ext-di",
"version": "1.0.11",
"description": "EXT - Depedency Injector",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "Gabriel Barbieru <gbarbieru@bitdefender.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ashantyk/ext-di"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"clone": "^2.1.2"
},
"devDependencies": {
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"mocha": "^9.2.2"
},
"keywords": [
"dependency",
"injector",
"dependency injector",
"service injector",
"dependencies"
]
}