{
  "name": "@right-menu/core",
  "version": "0.0.9",
  "description": "",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "jsdelivr": "dist/index.umd.js",
  "types": "types/index.d.ts",
  "scripts": {
    "watch": "rollup --config rollup.config.dev.js -w",
    "dev": "rollup --config rollup.config.build.js -w",
    "build": "rollup --config rollup.config.build.js"
  },
  "homepage": "https://buuing.github.io/right-menu",
  "bugs": "https://github.com/buuing/right-menu/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buuing/right-menu.git",
    "directory": "packages/core"
  },
  "author": "ldq <ldq404@qq.com>",
  "license": "MIT",
  "files": [
    "dist",
    "types"
  ],
  "keywords": [
    "js右键菜单插件"
  ],
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.12.1",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-eslint": "^8.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@rollup/plugin-typescript": "^6.1.0",
    "@typescript-eslint/parser": "^4.14.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-latest": "^6.24.1",
    "concurrently": "^6.2.1",
    "eslint": "^7.32.0",
    "eslint-plugin-prettier": "^3.3.1",
    "less": "^4.1.1",
    "prettier": "^2.2.1",
    "rollup": "^2.33.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^3.0.2",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-styles": "^3.14.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "standard": "^16.0.4",
    "tslib": "^2.3.1",
    "typescript": "^4.0.5",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "rollup-plugin-eslint": "^7.0.0"
  },
  "dependencies": {}
}
