{
  "name": "cloudkit-js",
  "version": "0.0.8",
  "description": "A JS library for managing a CloudKit container",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc"
  },
  "engines": {
    "node": ">=18.6"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/danjohnson95/cloudkit-js.git"
  },
  "bugs": {
    "url": "https://github.com/danjohnson95/cloudkit-js/issues"
  },
  "keywords": [
    "orm",
    "cloudkit",
    "apple"
  ],
  "author": "Dan Johnson <hello@danjohnson.xyz>",
  "license": "ISC",
  "devDependencies": {
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}
