{
  "name": "@shuvi/runtime",
  "version": "1.0.63",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shuvijs/shuvi.git",
    "directory": "packages/plugins"
  },
  "author": "liximomo",
  "license": "MIT",
  "files": [
    "lib",
    "esm"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "dev": "run-p watch:*",
    "watch:esm": "tsc -p tsconfig.build.esm.json -w",
    "watch:cjs": "tsc -p tsconfig.build.cjs.json -w",
    "prebuild": "rimraf lib esm",
    "build": "run-p build:*",
    "build:esm": "tsc -p tsconfig.build.esm.json",
    "build:cjs": "tsc -p tsconfig.build.cjs.json"
  },
  "dependencies": {
    "@shuvi/hook": "1.0.63"
  },
  "engines": {
    "node": ">= 16.0.0"
  }
}
