19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"name": "test_custom_chips",
|
|
"version": "0.1.0",
|
|
"description": "Velxio custom-chip sandbox: WASM chip runtime + AVR sketch E2E tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:js": "vitest run test/js",
|
|
"test:e2e": "vitest run test/e2e",
|
|
"compile:examples": "bash scripts/compile-all.sh"
|
|
},
|
|
"devDependencies": {
|
|
"avr8js": "^0.21.0",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|