mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
21 lines
370 B
JSON
21 lines
370 B
JSON
|
{
|
||
|
"name": "wasm",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@microsoft/api-extractor": "^5.6.3"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|