{
  "name": "photosite",
  "version": "0.0.1",
  "description": "Static site generator for processing photos.",
  "main": "dist/index.js",
  "scripts": {
    "test": "node test/",
    "compile": "./node_modules/.bin/tsc -p tsconfig.json",
    "build": "bash scripts/build.sh",
    "generate": "bash scripts/generate.sh",
    "all": "bash scripts/generate.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://git.sixteenmillimeter.com/mattmcw/photosite.git"
  },
  "author": "Matthew McWilliams",
  "license": "MIT",
  "devDependencies": {
    "@types/argparse": "^2.0.17",
    "@types/handlebars-helpers": "^0.5.6",
    "@types/lodash": "^4.14.202",
    "@types/mime-types": "^2.1.4",
    "@types/moment": "^2.13.0",
    "@types/node": "^20.10.6",
    "@types/node-fetch": "^2.6.11",
    "@types/s3-upload-stream": "^1.0.7",
    "@types/sqlite3": "^3.1.11",
    "@types/triple-beam": "^1.3.5",
    "@types/uuid": "^10.0.0",
    "@types/winston": "^2.4.4",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@atproto/api": "^0.13.18",
    "argparse": "^2.0.1",
    "aws-sdk": "^2.1692.0",
    "dotenv": "^16.3.1",
    "handlebars": "^4.7.8",
    "handlebars-helpers": "^0.10.0",
    "image-size": "^1.1.1",
    "less": "^4.2.1",
    "lodash": "^4.17.21",
    "mime-types": "^2.1.35",
    "moment": "^2.30.1",
    "node-fetch": "^2.7.0",
    "s3-cli": "^0.13.0",
    "s3-upload-stream": "^1.0.7",
    "sqlite3": "^5.1.7",
    "triple-beam": "^1.4.1",
    "uuid": "^9.0.1",
    "winston": "^3.11.0"
  }
}