velxio/test/test_Raspberry_Pi_Pico_W/test_code/package.json

21 lines
580 B
JSON

{
"name": "velxio-picow-cyw43-prototype",
"version": "0.0.1-research",
"private": true,
"type": "module",
"description": "Research harness — CYW43439 emulator stub on top of rp2040js. Not shipped.",
"scripts": {
"test": "vitest run tests/01_pio_decoder.test.ts tests/02_handshake.test.ts",
"e2e": "vitest run tests/03_pico_w_blink.test.ts",
"all": "vitest run"
},
"dependencies": {
"rp2040js": "file:../../../third-party/rp2040js"
},
"devDependencies": {
"typescript": "^5.4.0",
"vitest": "^1.6.0",
"@types/node": "^20.0.0"
}
}