{
  "name": "@aptly-as/types",
  "version": "3.17.9",
  "description": "Aptly types and enums",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "module": "./index.js",
  "author": "Emil A. Olsen <emil@aptly.as>",
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.598.0",
    "cloudinary": "^1.41.3",
    "husky": "^9.1.7",
    "lint-staged": "^16.3.3",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aptly-as/types.git"
  },
  "keywords": [
    "typescript",
    "aptly",
    "types"
  ],
  "bugs": {
    "url": "https://github.com/aptly-as/types/issues"
  },
  "homepage": "https://github.com/aptly-as/types#readme",
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  },
  "scripts": {
    "dev": "pnpm start",
    "start": "pnpm build:watch",
    "build": "tsc",
    "build:watch": "tsc --watch --incremental",
    "postversion": "git push && git push --tags",
    "prepublish": "pnpm run build"
  }
}