{
  "name": "@that-company/dat",
  "version": "0.1.37",
  "description": "Installer for the D.A.T. CLI",
  "bin": {
    "dat": "bin/dat.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js",
    "prepublishOnly": "node scripts/prepublish.js",
    "release": "npm run verify:release && npm publish --access public",
    "verify:release": "node scripts/prepublish.js"
  },
  "files": [
    "bin",
    "scripts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/that-company/that.git",
    "directory": "npm/dat"
  },
  "homepage": "https://thatcompany.ai",
  "bugs": {
    "url": "https://github.com/that-company/that/issues"
  },
  "keywords": [
    "dat",
    "agent",
    "training",
    "machine-learning",
    "cli"
  ],
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
