navidocs/package.json
Claude ea32676df9
Update component files and add serve script
- Update App.vue and CameraModule.vue with testing updates
- Update package.json with test dependencies
- Add serve-dist.mjs for local testing
2025-11-14 15:45:26 +00:00

24 lines
520 B
JSON

{
"name": "navidocs",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:verbose": "jest --verbose"
},
"devDependencies": {
"@jest/globals": "^30.2.0",
"@playwright/test": "^1.56.1",
"better-sqlite3": "^12.4.1",
"chromium": "^3.0.3",
"jest": "^30.2.0",
"lighthouse": "^13.0.1",
"supertest": "^7.1.4"
},
"dependencies": {
"express": "^5.1.0",
"pg": "^8.16.3"
}
}