-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "mainliner",
"version": "3.0.9",
"description": "inversion of control (ioc) container and dependency injection for node6 spiced with talent composition",
"main": "./lib/index.js",
"files": [
"node4-lib",
"lib"
],
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"pretest": "npx eslint lib/**/*.js test-lib/**/*.spec.js",
"test": "npx lab -I regeneratorRuntime,Observable,__core-js_shared__,core,System,_babelPolyfill,asap -S -r console -m 4000 -o stdout -r lcov -o coverage.info -c --coverage-path lib 'test-lib'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ottopecz/mainliner.git"
},
"keywords": [
"intravenous",
"inversion of control",
"ioc",
"dependency",
"injection",
"dependency injection",
"talent",
"talents",
"trait",
"traits",
"composition",
"trait composition",
"talent composition"
],
"author": "Otto Pecz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ottopecz/mainliner/issues"
},
"homepage": "https://github.com/ottopecz/mainliner#readme",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/lab": "^22.0.3",
"coveralls": "^3.0.9",
"eslint": "^6.8.0"
},
"dependencies": {
"talentcomposer": "^2.0.12"
}
}