@chia/chialisp
Version:
tools for working with chialisp language; compiler, repl, python and wasm bindings
27 lines (26 loc) • 636 B
JSON
{
"name": "@chia/chialisp",
"collaborators": [
"Art Yerkes <art.yerkes@gmail.com>"
],
"description": "tools for working with chialisp language; compiler, repl, python and wasm bindings",
"version": "0.4.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Chia-Network/clvm_tools_rs"
},
"files": [
"clvm_tools_wasm_bg.wasm",
"clvm_tools_wasm.js",
"clvm_tools_wasm.d.ts"
],
"main": "clvm_tools_wasm.js",
"homepage": "https://prozacchiwawa.github.io/clvm_tools_rs/",
"types": "clvm_tools_wasm.d.ts",
"keywords": [
"chia",
"chialisp",
"clvm"
]
}