This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "adamant-currencyinfo-services",
"version": "3.6.0",
"description": "Crypto and fiat currency rates service provider. MOEX, Currency-Api, Coinmarketcap, CryptoCompare and Coingecko.",
"main": "index.js",
"scripts": {
"lint": "npx eslint -f visualstudio .",
"lint:fix": "npx eslint -f visualstudio --fix",
"lint:fixrule": "npx eslint -f visualstudio --no-eslintrc --fix --env node,es2021,commonjs --parser-options=ecmaVersion:12 --rule",
"start": "node app.js",
"start:dev": "node app.js dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blockchain",
"bitcoin",
"ethereum",
"trading",
"trade",
"adm",
"adamant",
"exchange",
"crypto",
"cryptocurrency",
"coingecko",
"coinmarketcap",
"cryptocompare",
"currency-api",
"ticker",
"rate",
"exchange rate",
"moex",
"fiat",
"money",
"usd",
"eur",
"cny",
"jpy",
"rub",
"btc",
"eth"
],
"author": "ADAMANT Dev Team, Aleksei Lebedev <[email protected]> (https://adamant.im)",
"license": "GPL-3.0",
"dependencies": {
"axios": "=1.3.4",
"body-parser": "^1.20.2",
"jsonminify": "^0.4.2",
"express": "^4.18.2",
"mongodb": "^4.14.0",
"underscore": "^1.13.6"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/adamant-currencyinfo-services.git"
},
"bugs": {
"url": "https://github.com/Adamant-im/adamant-currencyinfo-services/issues"
},
"homepage": "https://github.com/Adamant-im/adamant-currencyinfo-services#readme"
}