-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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
{
"name": "fetch-script",
"version": "0.0.0",
"description": "fetch-script allows to fetch APIs and output in a very succinct manner",
"main": "src/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "mocha"
},
"author": "Emmanuel Pire <piremmanuel@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bluebird": "^3.5.1",
"chalk": "^2.3.1",
"deep-get-set": "^1.1.0",
"dotty": "^0.1.0",
"google-spreadsheet": "^2.0.7",
"json2csv": "^4.5.1",
"jsonpath-plus": "^0.20.1",
"lex": "^1.7.9",
"lodash": "^4.17.11",
"xml2js": "^0.4.19"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint-config-standard": "^11.0.0",
"mocha": "^5.0.1",
"moxios": "^0.4.0",
"sinon": "^4.4.2"
}
}