{
  "name": "cross-env-plugins",
  "private": false,
  "version": "1.0.21",
  "main": "dist/cross-env-plugins.cjs.js",
  "module": "dist/cross-env-plugins.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "preview": "vite preview",
    "test": "node test/test.js",
    "version:patch": "npm version patch --no-git-tag-version",
    "version:minor": "npm version minor --no-git-tag-version",
    "version:major": "npm version major --no-git-tag-version",
    "prepublish": "npm run build",
    "publish:npm": "npm publish --registry https://registry.npmjs.org/",
    "build:patch": "npm run version:patch && npm run build && npm run publish:npm",
    "build:minor": "npm run version:minor && npm run build && npm run publish:npm",
    "build:major": "npm run version:major && npm run build && npm run publish:npm"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^4.5.4"
  },
  "description": "A cross-environment JavaScript utility library with common tools and validation functions for Web and Node.js",
  "keywords": [
    "soulshow",
    "npm",
    "utils",
    "common",
    "cross-env",
    "plugin",
    "cross-env-plugin"
  ],
  "contributors": [
    {
      "name": "soulshow",
      "email": "mzzhref@163.com",
      "url": "https://gitee.com/mzzhref"
    }
  ],
  "author": "soulshow",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/mzzhref/cross-env-plugins.git"
  }
}
