mirror of
https://github.com/fluencelabs/assemblyscript-sdk
synced 2025-04-24 22:32:14 +00:00
27 lines
927 B
JSON
27 lines
927 B
JSON
{
|
|
"name": "assemblyscript-sdk",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"asbuild:untouched": "asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --sourceMap --validate --debug",
|
|
"asbuild:optimized": "asc assembly/index.ts -b build/optimized.wasm -t build/optimized.wat --sourceMap --validate --optimize",
|
|
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/assemblyscript-sdk.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/assemblyscript-sdk/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/assemblyscript-sdk#readme",
|
|
"devDependencies": {
|
|
"assemblyscript": "assemblyscript/assemblyscript"
|
|
}
|
|
}
|