-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 830 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
{
"name": "exchange-utils",
"version": "1.0.0",
"description": "",
"main": "currencies-per-volume.js",
"scripts": {
"build": "ncc build src/currencies-per-volume.ts",
"start": "node dist/index.js",
"build:cmc": "ncc build src/currencies-per-marketcap.ts -o dist/cmc",
"start:cmc": "node dist/cmc/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelBailly/exchange-utils.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MichaelBailly/exchange-utils/issues"
},
"homepage": "https://github.com/MichaelBailly/exchange-utils#readme",
"devDependencies": {
"@vercel/ncc": "^0.36.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
},
"dependencies": {
"mongodb": "^4.9.1",
"p-throttle": "^5.0.0"
}
}