{ "name": "import", "version": "1.0.0", "description": "Bulk-loads a wordlist or hash list into the pwned_passwords table", "type": "module", "main": "dist/index.js", "scripts": { "start": "tsx --env-file=../../.env.local src/index.ts", "import-hibp": "tsx --env-file=../../.env.local src/importHibp.ts", "bulk-import": "tsx --env-file=../../.env.local src/bulkImport.ts", "build": "tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "ISC", "dependencies": { "pg": "^8.22.0", "pg-copy-streams": "^7.0.0" }, "devDependencies": { "@types/pg": "^8.20.0", "@types/pg-copy-streams": "^1.2.5" } }