{
  "name": "@onesub/cli",
  "version": "0.1.48",
  "description": "CLI scaffolding for onesub — `npx onesub init` bootstraps a server + Expo app.",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "onesub": "dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "!dist/__tests__"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js"
  },
  "keywords": [
    "onesub",
    "cli",
    "init",
    "scaffolding",
    "react-native-iap",
    "in-app-purchase"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jeonghwanko/onesub.git",
    "directory": "packages/cli"
  },
  "homepage": "https://onesub.pryzm.gg",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "dependencies": {
    "@onesub/server": "0.27.5",
    "@onesub/shared": "0.16.2",
    "express": "^5.2.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.43",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=20"
  }
}
