Files
simple-rust-tests/__wasm/js-wasm/helloworld/js-wasm/package.json
2022-07-17 19:41:12 +08:00

34 lines
726 B
JSON

{
"name": "js-wasm",
"version": "0.4.1",
"description": "Call JavaScript from WebAssembly ",
"main": "js-wasm.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardanaya/js-wasm.git"
},
"keywords": [
"wasm",
"js"
],
"author": "Richard Anaya",
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/richardanaya/js-wasm/issues"
},
"homepage": "https://github.com/richardanaya/js-wasm#readme",
"files": [
"js-wasm.js"
],
"devDependencies": {
"typescript": "^4.7"
}
}