{ "name": "html-context-menu", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "test": "jest --coverage", "test-watch": "jest --watch --coverage", "lint": "eslint ./**/*.js" }, "author": "Alfred Melch ", "license": "ISC", "devDependencies": { "@babel/preset-env": "^7.9.5", "eslint": "^6.8.0", "jest": "^25.3.0", "prettier": "^2.0.4", "rewire": "^5.0.0" } }