Files
pai-companion-voice-widget-…/package.json
nonna ce92a21874 Fix MODULE_NOT_FOUND on npm start
Use explicit path to neu CLI binary instead of relying on .bin/
shim resolution, which fails when the shell PATH doesn't include
node_modules/.bin/ — same fix applied to the Electron build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 00:57:51 +00:00

13 lines
368 B
JSON

{
"name": "kokoro-widget-neutralino",
"version": "1.0.0",
"description": "Standalone PAI Voice audio widget — lightweight Neutralino.js build",
"scripts": {
"start": "node node_modules/@neutralinojs/neu/bin/neu.js run",
"build": "node node_modules/@neutralinojs/neu/bin/neu.js build"
},
"dependencies": {
"@neutralinojs/neu": "^11.7.0"
}
}