-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 978 Bytes
/
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
{
"name": "@fromnibly/config",
"version": "1.11.2",
"description": "precedence ordered config with configurable inputs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com:from-nibly/config"
},
"scripts": {
"test": "./node_modules/.bin/jest",
"prepublish": "npm test && ./node_modules/.bin/tsc"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"fs-extra": "8.1.0",
"properties-reader": "0.3.1",
"recursive-readdir": "2.2.2",
"underscore.string": "3.3.5",
"yamljs": "0.3.0"
},
"devDependencies": {
"jest": "26.0.1",
"prettier": "1.18.2",
"ts-jest": "26.1.0",
"typescript": "3.9.5",
"@types/fs-extra": "8.0.0",
"@types/jest": "26.0.0",
"@types/node": "12.6.8",
"@types/properties-reader": "0.0.1",
"@types/recursive-readdir": "2.2.0",
"@types/underscore.string": "0.0.38",
"@types/yamljs": "0.2.30"
}
}