-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
46
47
48
49
50
51
{
"name": "cryptoindicator",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "App.js",
"scripts": {
"start": "node ./App.js",
"test": "node ./node_modules/mocha/bin/mocha",
"clean": "rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "https://github.com/johnmelodyme/CryptoIndicator.git"
},
"bin": {
"price": "bin/price"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"cryptoindicator"
],
"author": "John Melody Me",
"license": "MIT",
"dependencies": {
"axios": "^1.1.3",
"binance-api-node": "^0.12.0",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"dotenv": "^16.0.3",
"esm": "^3.2.25",
"figlet": "^1.5.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"inquirer": "^9.1.4",
"is-iojs": "^1.1.0",
"mocha": "^10.1.0",
"newsapi": "^2.4.1",
"node-binance-api": "^0.13.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.8.0",
"save-dev": "^0.0.1-security",
"xhr2": "^0.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0"
}
}