-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "talentcomposer",
"version": "2.0.11",
"description": "Composition tool using talents",
"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/talentcomposer.git"
},
"keywords": [
"composition",
"mixin",
"mixins",
"mixin composition",
"trait",
"traits",
"trait composition",
"talent",
"talents",
"talent composition"
],
"author": "Otto Pecz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ottopecz/talentcomposer/issues"
},
"homepage": "https://github.com/ottopecz/talentcomposer#readme",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/lab": "^22.0.3",
"coveralls": "^3.0.9",
"eslint": "^6.8.0"
},
"dependencies": {
"lodash.clone": "^4.5.0"
}
}