-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 940 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
37
{
"name": "@autofleet/elastigirl",
"version": "1.0.0",
"description": "Get config from remote json - auto cache, update and placeholders",
"main": "index.js",
"scripts": {
"coverage": "jest --coverage --forceExit --runInBand",
"test": "jest --forceExit --runInBand",
"test-auto": "jest --watch --runInBand",
"linter": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Autofleet/elastigirl.git"
},
"keywords": [
"configs",
"cache",
"json",
"remote"
],
"author": "Dor Shay",
"license": "MIT",
"bugs": {
"url": "https://github.com/Autofleet/elastigirl/issues"
},
"homepage": "https://github.com/Autofleet/elastigirl#readme",
"dependencies": {
"axios": "^0.18.0",
"axios-retry": "^3.1.0",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"jest": "^22.4.4",
"lodash": "^4.17.10",
"nock": "^9.2.6"
}
}