{
  "name": "atapult",
  "version": "0.0.7",
  "description": "ATapult is a script that generates (or updates) Standard.Site records for you, allowing you to syndicate your website across the ATmosphere.",
  "author": "Mat Wilto Marquis",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.x.x"
  },
  "scripts": {
    "build": "npx esbuild ./src/*.js --platform=node --outdir=./dist/ --watch",
    "hint" : "npx jshint ./src/*.js ./example/*.js",
    "lint" : "npx eslint ./src/*.js ./example/*.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Wilto/ATapult"
  },
  "dependencies": {
    "@atcute/tid": "^1.1.2",
    "@atproto/api": "^0.20.10",
    "chalk": "^4.1.2"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "keywords": [
    "atproto",
    "at protocol",
    "standard.site"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "esbuild": "^0.28.0",
    "eslint": "^10.4.1",
    "globals": "^17.6.0",
    "jshint": "^2.13.6",
    "npm-watch": "^0.13.0"
  }
}
