-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) 路 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) 路 1.27 KB
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
{
"name": "@coxy/crypto-currency-data",
"version": "2.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Steven Green <dsshard@gmail.com>",
"description": "馃殌 Get 3500+ crypto currency & tokens information. Decimals, ticker, title, descriptions, website, contract ane etc...!",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dsshard/crypto-currency-data.git"
},
"bugs": "https://github.com/dsshard/crypto-currency-data/issues",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"crypto",
"currency",
"coin",
"cryptocurrency",
"decimals",
"precision",
"crypto tokens",
"smart contract",
"regex",
"decimals"
],
"devDependencies": {
"@coxy/eslint-config": "1.0.6",
"@types/jest": "29.1.2",
"@types/node": "18.8.3",
"@typescript-eslint/eslint-plugin": "5.*",
"@typescript-eslint/parser": "5.*",
"eslint": "8.25.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-filename-rules": "1.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.3.0",
"eslint-plugin-promise": "6.0.1",
"jest": "29.1.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}