@kubiklabs/wasmkit
Version:
Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.
17 lines (16 loc) • 324 B
JSON
{
"name": "sample-project",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"build": "tsc --build .",
"build:watch": "tsc -w -p ."
},
"dependencies": {
"@types/chai": "^4.3.0",
"chai": "^4.3.4",
"@kubiklabs/wasmkit": "^0.2.8",
"typescript": "^4.3.2"
}
}