UNPKG

@scssyworks/context-builder

Version:
72 lines (71 loc) 2.15 kB
{ "name": "@scssyworks/context-builder", "version": "0.5.4", "description": "Create context menus with ease", "main": "dist/umd/contextBuilder.js", "module": "dist/esm/contextBuilder.esm.js", "typings": "dist/typings/src/index.d.ts", "scripts": { "start": "rollup -c --watch --environment SERVE:true", "build": "npm run typegen && rollup -c", "test": "jest plugin.test.ts --coverage", "typegen": "tsc --declaration --noEmit false --outDir dist/typings/ --emitDeclarationOnly --declarationMap" }, "author": "scssyworks", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.0", "@babel/plugin-proposal-class-properties": "^7.16.0", "@babel/plugin-proposal-private-methods": "^7.16.0", "@babel/plugin-transform-async-to-generator": "^7.16.0", "@babel/plugin-transform-regenerator": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-eslint": "^8.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-typescript": "^8.3.0", "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "babel-eslint": "^10.1.0", "eslint": "^8.1.0", "jest": "^27.3.1", "rollup": "^2.59.0", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.4.4" }, "keywords": [ "context-menu", "context", "menus", "web-menus", "menu", "right-click", "right-click-menu", "builder", "api", "right", "click" ], "files": [ "dist/umd/", "dist/esm/", "dist/typings/" ], "repository": { "type": "git", "url": "git+https://github.com/scssyworks/context-builder.git" }, "bugs": { "url": "https://github.com/scssyworks/context-builder/issues" }, "homepage": "https://github.com/scssyworks/context-builder#readme", "dependencies": { "is-promise": "^4.0.0" } }