-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.19 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
{
"name": "@ssd-solar/dsync-config",
"version": "0.0.1",
"description": "Extensible library to export/import configs and manage packages of different PMs",
"main": "src/index.js",
"template": {
"extends": [
"node",
"eslint"
]
},
"scripts": {
"test": "mocha -A",
"cov": "nyc mocha",
"lint": "eslint .",
"fix": "eslint --fix ."
},
"author": "Maciej Krüger <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"bl": "^4.0.2",
"colors": "^1.4.0",
"dlv": "^1.1.3",
"dset": "^2.0.1",
"flat": "^5.0.0",
"js-yaml": "^3.14.0",
"minimatch": "^3.0.4",
"mkgs-tool": "^0.1.9",
"season": "^6.0.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "*",
"eslint-config-aegir-standalone": "*",
"eslint-config-oclif": "*",
"mocha": "*",
"nyc": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssd-solar/dsync-config.git"
},
"keywords": [
"config",
"configuration",
"sync",
"import",
"export"
],
"bugs": {
"url": "https://github.com/ssd-solar/dsync-config/issues"
},
"homepage": "https://github.com/ssd-solar/dsync-config#readme"
}