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