{ "name": "wp-media-rewind", "version": "0.1.0", "description": "Pull WordPress media files out of a SQL dump using the Wayback Machine.", "license": "MIT", "type": "module", "bin": { "wp-media-rewind": "dist/index.js" }, "scripts": { "build": "tsc -p tsconfig.build.json", "start": "npm run build && node dist/index.js", "dev": "tsx src/index.ts", "test": "node --import tsx --test tests/*.test.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "commander": "^12.1.0", "p-limit": "^6.1.0" }, "devDependencies": { "@types/node": "^22.7.0", "tsx": "^4.19.0", "typescript": "^5.6.0" }, "engines": { "node": ">=20" } }