{
"name": "@jacoblincool/tja",
"description": "TJA file parser written in Rust, working in Rust, Python, and WebAssembly.",
"main": "pkg/tja.js",
"types": "pkg/tja.d.ts",
"files": [
"pkg/"
],
"scripts": {
"build": "wasm-pack build --scope jacoblincool --target web --features wasm"
}
}