{
  "name": "applo-js",
  "version": "1.0.3",
  "description": "A JavaScript library for Applo.cc",
  "homepage": "https://github.com/z-lightning/applo",
  "main": "dist/applo-js.iife.js",
  "module": "dist/applo-js.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc",
    "preview": "vite preview",
    "publish": "npm run build && npm publish"
  },
  "keywords": [
    "applo.cc",
    "ID托管",
    "苹果账号托管",
    "applo"
  ],
  "author": "Lighting",
  "license": "ISC",
  "dependencies": {
    "crypto-js": "catalog:",
    "ky": "^1.8.2"
  },
  "devDependencies": {
    "typescript": "catalog:",
    "@types/crypto-js": "catalog:",
    "vite": "catalog:"
  }
}
