piyoparse 0.1.0

Parser for PiyoLog export files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "piyoparse",
  "private": true,
  "scripts": {
    "build:wasm:node": "wasm-pack build --target nodejs --out-dir node_modules/piyoparse --features wasm",
    "test:ts": "npm run build:wasm:node && tsc -p tests/ts/tsconfig.json && node tests/ts/dist/parse.test.js"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.9.3"
  }
}