{
  "name": "semo-plugin-application",
  "version": "1.6.37",
  "description": "A semo plugin to provide project commands convension.",
  "keywords": [
    "cli",
    "command",
    "semo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/semojs/semo"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "devDependencies": {
    "rimraf": "^5.0.5"
  },
  "scripts": {
    "watch": "tsc -w",
    "dev": "tsc --build --watch",
    "build": "tsc",
    "clean": "rimraf lib",
    "prepare": "npm run clean && npm run build",
    "test": "exit 0"
  },
  "dependencies": {
    "@semo/core": "^1.6.37"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9c177897c9c3a927ea4f3a75d51f448a5b9c4f0a"
}
