-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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": "options-config",
"version": "3.1.2",
"description": "Validate and replace your default configuration options with ease",
"main": "dist/main.js",
"scripts": {
"test": "jest --silent",
"build": "rollup --config"
},
"keywords": [
"option",
"options",
"config",
"configuration",
"object",
"class",
"validate",
"validation",
"js",
"javascript",
"node",
"browser"
],
"homepage": "https://github.com/nil/options-config",
"repository": "https://github.com/nil/options-config",
"author": "Nil Vila",
"license": "MIT",
"bugs": {
"url": "https://github.com/nil/options-config/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0",
"rollup": "^0.67.1",
"rollup-plugin-terser": "^3.0.0"
},
"dependencies": {
"custom-error": "^0.2.1",
"lodash.includes": "^4.3.0",
"lodash.isequal": "^4.5.0",
"lodash.isnumber": "^3.0.3"
}
}