-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.45 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "alpha-dic",
"version": "3.3.0",
"description": "Asynchronous dependency injection container",
"main": "compiled/index.js",
"types": "compiled/index.d.ts",
"scripts": {
"test": "pallad-scripts test",
"prepublish": "npm run compile",
"compile": "pallad-scripts compile",
"lint": "pallad-scripts lint"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wookieb/alpha-dic.git"
},
"keywords": [
"dic",
"async",
"asynchronous",
"promise",
"callback",
"tag",
"annotations",
"annotation",
"dependency",
"injection",
"container"
],
"author": "Łukasz Kużyński <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wookieb/alpha-dic/issues"
},
"files": [
"compiled",
"docs"
],
"homepage": "https://github.com/wookieb/alpha-dic#readme",
"devDependencies": {
"@pallad/errors-dev": "^1.1.0",
"@pallad/scripts": "^3",
"@types/debug": "^4.1.5",
"@types/object-path": "^0.11.0",
"@types/sinon": "^17",
"prettier": "^3.2.4",
"sinon": "^17"
},
"dependencies": {
"@pallad/errors": "^1.0.1",
"@types/glob": "^5.0.36",
"@types/jest": "^29.5.11",
"alpha-errors": "^0.2.0",
"debug": "^4.2.0",
"glob": "^7.1.6",
"object-path": "^0.11.4",
"predicates": "^2.0.1",
"random-string": "^0.2.0",
"reflect-metadata": "^0.2"
}
}