{ "name": "rcedit", "version": "2.2.0", "description": "Node module to edit resources of exe", "main": "lib/rcedit.js", "scripts": { "mocha": "mocha test/*.js", "test": "npm run lint && npm run mocha", "lint": "standard" }, "repository": { "type": "git", "url": "https://github.com/electron/node-rcedit.git" }, "bugs": { "url": "https://github.com/electron/node-rcedit/issues" }, "license": "MIT", "engines": { "node": ">= 8.0.0" }, "devDependencies": { "@continuous-auth/semantic-release-npm": "^2.0.0", "got": "^9.6.0", "mocha": "^6.1.4", "rcinfo": "^0.1.3", "semantic-release": "^15.13.3", "standard": "^14.3.3", "temp": "^0.9.0" } }