-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 999 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
32
33
34
{
"name": "script-miner",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "babel src --out-dir dist",
"build-watch": "babel src --out-dir dist --watch",
"repl": "babel-node"
},
"keywords": [],
"author": "Vikas Gautam <[email protected]> (http://mytrikks.blogspot.com)",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/plugin-proposal-partial-application": "^7.12.13",
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0"
},
"dependencies": {
"bs58": "^4.0.1",
"crypto-algos": "github:Vikasg7/crypto-algos",
"node-fetch": "^2.6.1",
"ramda": "^0.27.1",
"rxjs": "^7.1.0",
"thread-call": "github:Vikasg7/thread-call",
"yargs": "^17.0.1"
}
}