{
  "name": "monitor-usage",
  "title": "Monitor Usage",
  "version": "1.0.1",
  "description": "a code monitoring tool based on Javascript, used to monitor and track target code usage in real time, collect code running log reports, etc.",
  "homepage": "https://github.com/niu-grandpa/monitor-usage",
  "bugs": {
    "url": "https://github.com/niu-grandpa/monitor-usage/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/niu-grandpa/monitor-usage"
  },
  "contributors": [
    "ayin"
  ],
  "files": [
    "dist",
    "es"
  ],
  "main": "es/index.js",
  "module": "es/index.js",
  "unpkg": "dist/monitor-usage.js",
  "typings": "es/types/index.d.ts",
  "scripts": {
    "build": "tsc && webpack --progress",
    "test": "jest"
  },
  "keywords": [
    "js",
    "ts",
    "monitor",
    "library",
    "js-library",
    "javascript",
    "code monitoring",
    "debugger",
    "code debugger",
    "code tracking",
    "monitor-usage",
    "MonitorUsage",
    "javscript code monitor"
  ],
  "author": "AYIN",
  "license": "MIT",
  "dependencies": {
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "@types/jest": "^29.5.5",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.1.3",
    "core-js": "^3.33.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-jest": "^27.4.2",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.0",
    "typescript": "^5.2.2"
  }
}
