UNPKG

as-wake

Version:

WAKE bindings for AssemblyScript

45 lines 1.11 kB
{ "name": "as-wake", "version": "1.0.0", "description": "WAKE bindings for AssemblyScript", "main": "bind.js", "types": "./assembly/main.ts", "ascMain": "./assembly/main.ts", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/JairusSW/Wake.git" }, "keywords": [ "wake", "AssemblyScript", "WASI", "FS", "Console", "UDP", "WebSocket", "HTTP" ], "author": "JairusSW", "license": "MIT", "bugs": { "url": "https://github.com/JairusSW/Wake/issues" }, "homepage": "https://github.com/JairusSW/Wake#readme", "scripts": { "asbuild:untouched": "asc assembly/index.ts --target debug --exportTable --exportRuntime", "asbuild:optimized": "asc assembly/index.ts --target release --exportTable --exportRuntime", "asbuild": "npm run asbuild:untouched && npm run asbuild:optimized", "test": "node tests" }, "dependencies": { "@assemblyscript/loader": "0.18.19", "cross-fetch": "^3.0.6", "ws": "^7.4.4" }, "devDependencies": { "assemblyscript": "0.18.19" } }