-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "CIC-JS",
"version": "1.0.0",
"description": "SCRIPTS for OMC PETS",
"main": "main.js",
"scripts": {
"test": "pm2 start main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sriharikapu/CIC-JS.git"
},
"keywords": [
"Bancor",
"nodejs",
"solidity"
],
"author": "Srihari Kapu",
"author-email": "[email protected]",
"author-website": "http://www.sriharikapu.com",
"license": "Creative Commons",
"bugs": {
"url": "https://github.com/sriharikapu/CIC-JS/issues"
},
"homepage": "https://github.com/sriharikapu/CIC-JS#readme",
"dependencies": {
"big-number": "^2.0.0",
"co-prompt": "^1.0.0",
"erc20-contract-js": "^1.3.1",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.6",
"ethers": "^5.0.17",
"from-exponential": "^1.0.0",
"promptly": "^3.1.0",
"timer": "^1.0.1",
"web3": "^1.3.0",
"yargs": "^16.0.3"
}
}