{
  "name": "photo",
  "version": "3.0.0",
  "description": "Photo/video library management toolset.",
  "dependencies": {
    "commander": "10.0.0",
    "knex": "2.4.2",
    "mediafile-metadata": "1.0.1",
    "sqlite3": "5.1.6"
  },
  "main": "./dist/commands/import-media/index.js",
  "bin": {
    "photo": "./dist/index.js"
  },
  "scripts": {
    "mkmig": "knex migrate:make --migrations-directory src/infra/db/migrations -x ts",
    "test": "tsc && (rm -r test/destination/*; node ./dist/index.js test/source -o test/destination)",
    "release-major": "tsc && npm version major && npm publish && git push",
    "release-minor": "tsc && npm version minor && npm publish && git push",
    "release-patch": "tsc && npm version patch && npm publish && git push"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/titarenko/photo.git"
  },
  "keywords": [
    "photo",
    "tool",
    "import",
    "library",
    "toolset"
  ],
  "author": "Constantin Titarenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/titarenko/photo/issues"
  },
  "homepage": "https://github.com/titarenko/photo#readme",
  "devDependencies": {
    "@types/node": "18.15.9",
    "typescript": "5.0.2"
  }
}
