{
  "name": "@campweb/calendar",
  "version": "0.1.2",
  "description": "自定义的日历插件显示",
  "keywords": [
    "calendar"
  ],
  "author": "Barry <1989huangtianhao@163.com>",
  "license": "ISC",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && rollup -c rollup.config.js",
    "clean": "../../scripts/clean_package.sh",
    "dev": "tsc -w & rollup -c rollup.config.js -w"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "rollup": "^2.56.3",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.27.0",
    "typescript": "^3.8.3"
  },
  "gitHead": "8f17b81e87c0e5cb72bb202a4be0b00971fd100c"
}
