2019-03-12 12:05:20 +03:00
|
|
|
{
|
|
|
|
"name": "assemblyscript-helloworld",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-03-13 18:00:00 +03:00
|
|
|
"asbuild:optimized": "asc assembly/index.ts -b build/optimized.wasm -t build/optimized.wat --use abort=''",
|
2019-03-12 12:05:20 +03:00
|
|
|
"asbuild": "npm run asbuild:optimized"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"assemblyscript": "github:AssemblyScript/assemblyscript"
|
2019-03-13 18:00:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bignum": "github:MaxGraey/bignum.wasm",
|
|
|
|
"assemblyscript-bson": "github:nearprotocol/assemblyscript-bson",
|
|
|
|
"typescript-collections": "github:fluencelabs/typescript-collections",
|
|
|
|
"crypto-ts": "github:hmoog/crypto-ts"
|
2019-03-12 12:05:20 +03:00
|
|
|
}
|
2019-03-13 18:00:00 +03:00
|
|
|
}
|