-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 1.77 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": "crypto-janitor",
"description": "The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.",
"version": "1.2.1",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/rileystephens28/crypto-janitor.git"
},
"author": "Riley Stephens",
"license": "MIT",
"bugs": {
"url": "https://github.com/rileystephens28/crypto-janitor/issues"
},
"homepage": "https://github.com/rileystephens28/crypto-janitor#readme",
"keywords": [
"crypto",
"cyrptocurrency",
"crypto-janitor",
"crypto transactions",
"cyrptocurrency-transactions",
"cyrptocurrency transactions",
"crypto account",
"cyrptocurrency-account",
"cyrptocurrency account",
"easy crypto"
],
"scripts": {
"lint": "eslint --ext .js,.ts",
"build": "tsc",
"test": "npx jest",
"publish": "npm publish"
},
"engines": {
"node": "16"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@knapsack-pro/jest": "^5.2.0",
"ccxt": "^1.47.95",
"celsius-sdk": "^1.0.0",
"etherscan-api": "^10.0.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ts-node": "^10.2.0",
"typescript": "^4.3.5",
"web3": "^1.3.6"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.185",
"@types/papaparse": "^5.2.6",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^7.31.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"fs": "0.0.1-security",
"jest": "^26.6.3",
"papaparse": "^5.3.1",
"path": "^0.12.7",
"ts-jest": "^26.5.6"
}
}