{
  "name": "pi-shield",
  "version": "1.0.2",
  "description": "Pi extension that shields your files and system from accidental destructive operations",
  "keywords": [
    "pi-package",
    "shield",
    "security",
    "permission-gate"
  ],
  "type": "module",
  "main": "./src/index.ts",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src",
    "README.md",
    "package-lock.json"
  ],
  "license": "MIT",
  "author": "Zhuoru <zhuoruli0516@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rUrU516/pi-shield.git"
  }
}
