← back to Dw Photo Capture
package.json
22 lines
{
"name": "dw-photo-capture",
"version": "1.6.0",
"private": true,
"description": "Mobile DW SKU photo-capture tool. Zero RUNTIME deps — node server.js requires nothing. The deps below are DEV-ONLY (linting) and live only in gitignored node_modules.",
"scripts": {
"lint": "eslint server.js public/index.html *.cjs test-*.js",
"lint:fix": "eslint --fix server.js public/index.html *.cjs test-*.js",
"test": "node test-analyze-ocr.js"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.39.5",
"eslint-plugin-html": "^8.1.1",
"globals": "^15.0.0"
},
"dependencies": {
"amazon-cognito-identity-js": "^6.3.20",
"pg": "^8.22.0"
}
}