codespan-wasm
Version:
WebAssembly bindings for the Rust codespan-reporting crate
37 lines (36 loc) • 846 B
JSON
{
"name": "codespan-wasm",
"version": "0.4.0",
"description": "WebAssembly bindings for the Rust codespan-reporting crate",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*.js",
"lib/*.d.ts",
"pkg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Chriscbr/codespan-wasm"
},
"author": "Chris Rybicki <crybicki98@gmail.com>",
"keywords": [
"wasm",
"error",
"diagnostic",
"codespan",
"reporting"
],
"license": "MIT",
"scripts": {
"build": "wasm-pack build --target nodejs --out-name index --out-dir ./pkg && rm pkg/.gitignore && rm pkg/package.json && rm pkg/README.md && tsc -b",
"package": "npm pack"
},
"dependencies": {
"debug": "^4.3.4"
},
"devDependencies": {
"typescript": "5.1.3",
"wasm-pack": "0.11.1"
}
}