rsp6-decoder/pkg/package.json
eta 064b18c52a update public key database & rust dependencies
- reapply realloc->undefined hack, otherwise decoding mysteriously fails
  with 'ticket too short'
2024-11-29 20:54:22 +00:00

26 lines
555 B
JSON

{
"name": "rsp6-decoder",
"type": "module",
"collaborators": [
"eta <cargo@eta.st>"
],
"description": "Decode UK National Rail mobile tickets in RSP6 format.",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.eta.st/eta/rsp6-decoder"
},
"files": [
"rsp6_decoder_bg.wasm",
"rsp6_decoder.js",
"rsp6_decoder_bg.js",
"rsp6_decoder.d.ts"
],
"main": "rsp6_decoder.js",
"types": "rsp6_decoder.d.ts",
"sideEffects": [
"./rsp6_decoder.js",
"./snippets/*"
]
}