mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 07:52:14 +00:00
20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "@assemblyscript/loader",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test:build": "asc tests/assembly/index.ts -b tests/build/untouched.wasm",
|
|
"test": "node tests"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"@types/webassembly-js-api": "0.0.1"
|
|
}
|
|
}
|