{
  "name": "@baifendian/adherev-util-resource",
  "version": "2.0.3",
  "description": "常用的资源",
  "homepage": "https://gitee.com/playerljc/adherev",
  "bugs": {
    "url": "https://gitee.com/playerljc/adherev/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/playerljc/adherev"
  },
  "license": "ISC",
  "author": "playerljc",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es",
    "umd",
    "resource"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "buildpackage:cjs": "ctbuild buildpackagets -p tsconfig.cjs.json -o lib",
    "buildpackage:es": "ctbuild buildpackagets -p tsconfig.esm.json -o es",
    "buildpackage": "npm-run-all --parallel buildpackage:cjs buildpackage:es",
    "buildumd": "ctbuild buildumd --config ctbuild.config.umd.js --packagename AdherevResource --define alias=@,evnVars=true",
    "generatorchangelog": "bd changelog/CHANGELOG.html"
  },
  "resolutions": {},
  "dependencies": {
    "@baifendian/adherev-util": "^2.0.3",
    "@baifendian/adherev-util-dict": "^2.0.3",
    "@baifendian/adherev-util-intl": "^2.0.3",
    "ant-design-vue": "^3.2.15",
    "dayjs": "^1.11.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.17.2",
    "@ctsj/build": "^4.0.19",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "419340d0b8c2972bbf6620c35b2f31870674cb81"
}
