This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/ref/context-menu/node-shell-context-menu/package.json
2022-10-15 19:16:08 +02:00

39 lines
832 B
JSON

{
"name": "shell-context-menu",
"version": "1.0.2",
"description": "Add a context menu item command on Windows",
"main": "src/index.js",
"scripts": {
"prepublish": "npm test",
"pretest": "eslint .",
"test": "tape test/*"
},
"author": "tymmesyde",
"license": "MIT",
"devDependencies": {
"eslint": "^6.8.0",
"tape": "^4.13.0"
},
"dependencies": {
"rage-edit": "^1.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tymmesyde/node-shell-context-menu.git"
},
"keywords": [
"shell",
"context",
"menu",
"command",
"item"
],
"bugs": {
"url": "https://github.com/tymmesyde/node-shell-context-menu/issues"
},
"homepage": "https://github.com/tymmesyde/node-shell-context-menu#readme"
}