-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"name": "solidity2assemblyscript",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"install": "iced -o lib -c src",
"test": "mocha --recursive --require iced-coffee-script/register --require iced-coffee-coverage/register-istanbul 'test/**/*.{js,coffee}' && istanbul report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vird/solidity2assemblyscript.git"
},
"keywords": [],
"author": "vird",
"license": "MIT",
"bugs": {
"url": "https://github.com/vird/solidity2assemblyscript/issues"
},
"homepage": "https://github.com/vird/solidity2assemblyscript#readme",
"devDependencies": {
"coveralls": "github:vird/node-coveralls",
"iced-coffee-coverage": "^1.0.21",
"iced-coffee-script": "^108.0.13",
"istanbul": "^0.4.5",
"mocha": "^10.3.0"
},
"dependencies": {
"ast4gen": "github:hu2prod/ast4gen",
"fy": "github:hu2prod/fy",
"iced-runtime": "^1.0.3",
"solc": "^0.5.11",
"type": "github:hu2prod/type"
}
}