{
  "name": "sav-agent-skills",
  "version": "1.0.1",
  "description": "赛唯数字能源全套 Agent 技能与 i18n 自动化工具集",
  "type": "module",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "language-sync": "dist/index.js",
    "update-lang": "src/updateLanguage.js"
  },
  "files": [
    "dist",
    "skills",
    "scripts",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "update-lang": "node src/updateLanguage.js",
    "prepare": "npm run build",
    "postinstall": "node scripts/postinstall.js"
  },
  "keywords": [
    "agent",
    "skills",
    "i18n",
    "language",
    "sync"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.7.9",
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
