34 lines
726 B
JSON
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"
|
|
}
|
|
}
|