-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.76 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.76 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
49
{
"name": "payment-system-contracts",
"version": "0.1.0",
"description": "Rock Stable Token Inc Payment System Contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@truffle/hdwallet-provider": "^1.1.0",
"bn.js": "^5.1.2",
"chai": "^4.2.0",
"chai-bn": "^0.2.1",
"ethereumjs-util": "^6.0.0",
"ethjs-abi": "^0.2.1",
"openzeppelin-solidity": "2.0.0",
"pify": "^5.0.0",
"web3": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"test": "truffle test",
"setpmt": "truffle exec ropsten/set-pmt-account.js --network ropsten",
"mintroks": "truffle exec ropsten/mintROKS.js --network ropsten",
"setpmt-bsctest": "truffle exec ropsten/set-pmt-account.js --network bsctest",
"mintroks-bsctest": "truffle exec ropsten/mintROKS.js --network bsctest",
"allowance-bsctest": "truffle exec ropsten/getAllowanceROKS.js --network bsctest",
"deploy-burn-adds": "truffle exec create-burn-addresses/deploy_burn_address.js --network ropsten",
"deploy-burn-main": "truffle exec create-burn-addresses/deploy_burn_address.js --network main",
"deploy-burn-bsctest": "truffle exec create-burn-addresses/deploy_burn_address.js --network bsctest",
"deploy-burn-bscmain": "truffle exec create-burn-addresses/deploy_burn_address.js --network bscmain"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PureMoney/payment-system-contracts.git"
},
"keywords": [
"Ethereum",
"smart",
"contracts"
],
"author": "Rock Stable Token Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/PureMoney/payment-system-contracts/issues"
},
"homepage": "https://github.com/PureMoney/payment-system-contracts#readme"
}