-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "dollar-config",
"description": "Static config with dynamic settings",
"version": "0.1.18",
"license": "MIT",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "yarn lint",
"test": "nyc mocha -R dot"
},
"dependencies": {
"lodash": "^4.17.19",
"uuid": "^8.2.0"
},
"devDependencies": {
"ajv": "^6.12.3",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-yandex-personal": "^0.0.4",
"eslint-plugin-jsdoc": "^27.1.2",
"husky": "^3.1.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0"
},
"resolutions": {
"eslint/inquirer": "~7.1.0"
},
"files": [
"*.js",
"lib"
],
"author": {
"name": "Azat Razetdinov",
"email": "[email protected]",
"url": "https://github.com/razetdinov"
},
"contributors": [
"Alexey Ten (https://github.com/alexeyten)",
"Ivan Vlasenko (https://github.com/avanes)"
],
"repository": "github:yandex-ui/dollar-config"
}