{
  "name": "@anyup/uniui",
  "version": "1.2.2",
  "description": "uniui",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist", "index.js"
  ],
  "keywords": [
    "uniapp",
    "library",
    "component",
    "anyup"
  ],
  "author": "anyup",
  "license": "MIT",
  "scripts": {
    "build:dev": "rollup -c -w rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:development",
    "build": "rollup -c rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production",
    "update:version": "npx bumpp --no-push --no-commit --no-tag",
    "publish": "npm publish --access=public",
    "publish:revert": "npm unpublish @anyup/uniui@1.0.0 --force"
  },
  "dependencies": {}
}