{
  "name": "@ni7r0g3n/react-context-menu",
  "version": "0.2.7", 
  "description": "React custom context menu",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "rollup": "NODE_ENV=production rollup -c",
    "watch": "NODE_ENV=development rollup -c --watch",
    "dev": "concurrently \" npm run watch \" \" cd ../playground && npm run start \"",
    "react-link": "rm -rf ./node_modules/react ./node_modules/react-dom && ln -s ../playground/node_modules/react ./node_modules/react && ln -s ../playground/node_modules/react-dom ./node_modules/react-dom",
    "publish-all": "npm publish && npm publish --@ni7r0g3n:registry=https://registry.npmjs.org/ --access public"
  },
  "author": {
    "name": "Fabio Rambaldi",
    "email": "rambaldifabio1@gmail.com"
  },
  "license": "GPL-3.0",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.28",
    "concurrently": "^7.6.0",
    "cross-env": "^7.0.3",
    "npm-run-all": "^4.1.5",
    "rimraf": "^4.1.3",
    "rollup-plugin-dts": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5",
    "webpack-cli": "^5.0.1",
    "dotenv-flow": "^3.2.0"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "type": "module",
  "repository":"https://github.com/ni7r0g3n/react-context-menu",
  "homepage": "https://ni7r0g3n.github.io/react-context-menu/",
  "keywords": [
    "react",
    "context",
    "menu",
    "context-menu",
    "react-context-menu",
    "right-click",
    "right-click-menu",
    "component"
  ]
}
