-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
38
{
"name": "ishouty_httprequest_andy",
"version": "1.0.0",
"description": "http request get multiple urls ",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "npx babel-node index.js",
"jest": "jest --detectOpenHandles --config=./jest.config.json ",
"jest:debug": "jest --debug",
"test": "npm run jest",
"test:watch": "npm run jest -- --watchAll"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"jest": "^26.2.2"
},
"dependencies": {
"axios": "^0.19.2",
"ramda": "^0.27.1"
},
"author": {
"name": "Andy nguyen",
"email": "[email protected]"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ishouty/ishouty_httprequest.git"
}
}