corentin_wakdo/package.json
Corentin JOGUET 1ecd78324c
All checks were successful
CI / secret-scan (push) Successful in 7s
CI / php-lint (push) Successful in 18s
CI / static-tests (push) Successful in 42s
CI / js-tests (push) Successful in 18s
CI / auto-merge (push) Has been skipped
feat(borne): modale allergenes generale (14 INCO) sur carte et fiche + harnais tests JS (P3) (#36)
2026-06-17 12:10:46 +02:00

12 lines
476 B
JSON
Executable file

{
"name": "wakdo",
"version": "0.0.0",
"private": true,
"description": "Wakdo - tests front borne (kiosk). Back-office PHP teste via PHPUnit (phpunit.phar). NB: pas de \"type\":\"module\" a la racine -> les .js du depot (hooks .claude, _byan, bin) restent CommonJS. L'ESM est declare localement la ou il s'applique (src/public/borne/assets/js, tests/js).",
"scripts": {
"test:js": "node --test tests/js/"
},
"devDependencies": {
"jsdom": "^26.0.0"
}
}