{
  "name": "@excute/cli",
  "version": "0.0.1",
  "description": "Execute JSX on anywhere",
  "author": "Tim Kang @selenehyun",
  "private": false,
  "bin": {
    "excute": "./bin/run"
  },
  "homepage": "https://github.com/beyond-ordinary-solution/execute",
  "license": "GPL",
  "main": "dist/index.js",
  "repository": "https://github.com/beyond-ordinary-solution/execute",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@excute/core": "0.0.1",
    "@oclif/core": "^1",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-plugins": "^2.0.1"
  },
  "devDependencies": {
    "@oclif/test": "^2",
    "@types/chai": "^4",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.4",
    "chai": "^4",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.2",
    "globby": "^11",
    "mocha": "^9",
    "oclif": "^3",
    "shx": "^0.3.3",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4"
  },
  "oclif": {
    "bin": "excute",
    "dirname": "excute",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ],
    "topicSeparator": " ",
    "topics": {
      "run": {
        "description": "Run your JSX file"
      }
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "bugs": "https://github.com/beyond-ordinary-solution/execute/issues",
  "keywords": [
    "oclif",
    "excute"
  ],
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "typescript": "^4"
  }
}
