UNPKG

@grby/nlpx

Version:

two way sync for negative lab pro and lightroom

55 lines 1.38 kB
{ "name": "@grby/nlpx", "version": "1.0.3", "description": "two way sync for negative lab pro and lightroom", "type": "module", "license": "MIT", "keywords": [ "nlp", "negative-lab-pro", "lightroom", "catalog", "sidecar", "sync" ], "repository": { "type": "git", "url": "https://github.com/grubyak/negative-lab-pro-sync" }, "bin": { "nlpx": "./src/cli.ts" }, "dependencies": { "drizzle-orm": "0.44.4", "luadata": "1.0.3" }, "devDependencies": { "@changesets/cli": "2.29.5", "@grby/eslint-config": "1.0.3", "@types/node": "24.1.0", "bun-types": "1.2.19", "changesets": "1.0.2", "eslint": "9.32.0", "eslint-config-prettier": "10.1.8", "eslint-import-resolver-typescript": "4.4.4", "eslint-plugin-import": "2.32.0", "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.5.3", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.20", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-sonarjs": "3.0.4", "eslint-plugin-sort-keys-fix": "1.1.2", "eslint-plugin-vitest": "0.5.4", "prettier": "3.6.2", "typescript": "5.9.2", "typescript-eslint": "8.38.0" }, "engines": { "bun": "1.2.18" }, "scripts": { "lint": "eslint src && npx tsc --noEmit" } }