{
  "name": "pd-design",
  "version": "1.6.8",
  "description": "产品组件库",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "unpkg": "./dist/index.js",
  "typings": "./es/index.d.ts",
  "types": "./es/index.d.ts",
  "style": "dist/index.css",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "sideEffects": [
    "dist/*",
    "*.css",
    "*.md"
  ],
  "keywords": [
    "fit",
    "适配",
    "组件库",
    "vue3"
  ],
  "vetur": {
    "tags": "tags.json",
    "attributes": "attributes.json"
  },
  "author": "pdg",
  "license": "ISC"
}
