rsp6-decoder/pkg/package.json
eta 775e560d10 commit the package anyway, even though it's technically generated
I had to do crimes to get it to work (changing the realloc function),
and I'd like the crimes to be checked in to source control for future
eta :p
2023-03-02 22:49:14 +00:00

13 lines
256 B
JSON

{
"name": "rsp6-decoder",
"version": "0.1.0",
"files": [
"rsp6_decoder_bg.wasm",
"rsp6_decoder.js",
"rsp6_decoder_bg.js",
"rsp6_decoder.d.ts"
],
"module": "rsp6_decoder.js",
"types": "rsp6_decoder.d.ts",
"sideEffects": false
}