2023-03-02 22:49:14 +00:00
|
|
|
{
|
|
|
|
"name": "rsp6-decoder",
|
2024-11-29 20:54:22 +00:00
|
|
|
"type": "module",
|
|
|
|
"collaborators": [
|
|
|
|
"eta <cargo@eta.st>"
|
|
|
|
],
|
|
|
|
"description": "Decode UK National Rail mobile tickets in RSP6 format.",
|
2023-03-02 22:49:14 +00:00
|
|
|
"version": "0.1.0",
|
2024-11-29 20:54:22 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.eta.st/eta/rsp6-decoder"
|
|
|
|
},
|
2023-03-02 22:49:14 +00:00
|
|
|
"files": [
|
|
|
|
"rsp6_decoder_bg.wasm",
|
|
|
|
"rsp6_decoder.js",
|
|
|
|
"rsp6_decoder_bg.js",
|
|
|
|
"rsp6_decoder.d.ts"
|
|
|
|
],
|
2024-11-29 20:54:22 +00:00
|
|
|
"main": "rsp6_decoder.js",
|
2023-03-02 22:49:14 +00:00
|
|
|
"types": "rsp6_decoder.d.ts",
|
2024-11-29 20:54:22 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"./rsp6_decoder.js",
|
|
|
|
"./snippets/*"
|
|
|
|
]
|
2023-03-02 22:49:14 +00:00
|
|
|
}
|