{
  "name": "@baifendian/adhere-ui-historyback",
  "version": "2.11.0",
  "description": "历史记录返回操作",
  "homepage": "https://github.com/playerljc/adhere",
  "bugs": {
    "url": "https://github.com/playerljc/adhere/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/playerljc/adhere"
  },
  "license": "ISC",
  "author": "playerljc",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "lib",
    "es",
    "umd"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "buildpackage:cjs": "ctbuild buildpackagets -p tsconfig.cjs.json -o lib",
    "buildpackage:esm": "ctbuild buildpackagets -p tsconfig.esm.json -o es",
    "buildpackage": "npm-run-all --parallel buildpackage:cjs buildpackage:esm",
    "generatorchangelog": "bd changelog/CHANGELOG.html",
    "buildumd": "ctbuild buildumd --packagename AdhereHistoryBack --define alias=@,evnVars=true",
    "upgrade": "yarn upgrade",
    "upgrade-interactive": "yarn upgrade-interactive"
  },
  "devDependencies": {
    "@babel/runtime": "^7.25.6",
    "@baifendian/adhere-e2e": "^2.11.0",
    "@ctsj/build": "^6.3.0",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "da0bee8589c31d2ce467be5e293d8ad18812a0a8"
}
