-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
50
51
{
"name": "@chainstarter/codecall.js",
"version": "1.0.1",
"description": "Codecall.js can compile the solidity code in the js project, execute it remotely on the node and return the result.",
"main": "dist/client.js",
"scripts": {
"test": "npx hardhat test",
"build": "node ./build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChainStarter/codecall.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChainStarter/codecall.js/issues"
},
"homepage": "https://github.com/ChainStarter/codecall.js#readme",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@openzeppelin/contracts": "^4.4.0",
"axios": "^0.24.0",
"solc-js": "^1.0.1",
"web3": "^1.6.1",
"web3-eth-abi": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/solidity-loader": "^1.5.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.7.0",
"package-tls": "^1.2.2",
"rollup": "^2.66.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"tinyify": "^3.0.0"
}
}