-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 919 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
39
{
"name": "nodejs",
"description": "Javascript library for Trading Economics API",
"main": "./tradingeconomics/index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.5.1",
"bl": "^3.0.0",
"deasync": "^0.1.15",
"http": "0.0.0",
"inquirer": "^6.5.0",
"node-fetch": "^2.6.0",
"promise": "^8.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"superagent": "^5.1.0",
"tradingeconomics": "file:tradingeconomics"
},
"devDependencies": {
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tradingeconomics/tradingeconomics-js.git",
"directory": "tradingeconomics"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"directory": "./tradingeconomics",
"scripts": {
"test": "jest"
}
}
}