{
  "name": "@liuchuana/logger",
  "version": "0.1.1",
  "description": "logger是一个轻量，实用和客户端级的前端日志记录工具。",
  "main": "logger.min.js",
  "types": "index.d.ts",
  "scripts": {
    "copy": "cp package.json README.md dist",
    "build": "rollup --config rollup.config.ts --configPlugin typescript && npm run copy",
    "start": "rollup -w --config  rollup.config.ts --configPlugin typescript && npm run copy",
    "push": "cd dist && npm publish --access public ",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "logger",
    "log",
    "frontend",
    "indexedDB",
    "javascript",
    "typescript",
    "localstroage"
  ],
  "author": "liuchuan <liuchuana@hotmail.com>",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-terser": "^0.4.3",
    "rollup": "^3.29.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-plugin-typescript2": "^0.35.0",
    "rollup-watch": "^4.3.1",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  }
}