1{
2  "name": "wasi-hello-world",
3  "version": "1.0.0",
4  "description": "Hello world in Wasi with AS and as-wasi",
5  "main": "index.js",
6  "scripts": {
7    "build": "asc wasi-hello-world.ts --target helloworld",
8    "wasmtime": "wasmtime ./build/wasi-hello-world.wasm"
9  },
10  "author": "Aaron Turner",
11  "contributors": [
12    "Jairus Tanaka (JairusSW)"
13  ],
14  "license": "MIT",
15  "devDependencies": {
16    "assemblyscript": "^0.20.7"
17  },
18  "dependencies": {}
19}
20