@ne1410s/menu
Version:
Lightweight ES context menu.
58 lines (57 loc) • 1.87 kB
JSON
{
"name": "@ne1410s/menu",
"version": "0.1.168",
"description": "Lightweight ES context menu.",
"main": "dist/ne14_menu.cjs.min.js",
"module": "dist/ne14_menu.esm.min.js",
"browser": "dist/ne14_menu.umd.min.js",
"displayName": "ne_menu",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "npx rollup -c rollup.browser.config.js -m -w",
"clean": "npx rimraf dist",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "npm run clean && npx rollup -c",
"test": "npm run is-pretty",
"publish-local": "npm run test && npm run build && npm pack",
"publish-patch": "npm run test && npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run test && npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run test && npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ne14-fed/elem.menu.git"
},
"keywords": [
"Lightweight",
"ES",
"context",
"menu",
"contextmenu"
],
"author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ne14-fed/elem.menu/issues"
},
"homepage": "https://github.com/ne14-fed/elem.menu#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-url": "^8.0.2",
"prettier": "^3.6.2",
"rimraf": "^5.0.10",
"rollup": "^4.46.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@ne1410s/cust-elems": "^0.3.141",
"@ne1410s/dom": "^0.3.156"
}
}