UNPKG

@thoughtbot/trix-mentions-element

Version:

Activates a suggestion menu to embed attachments as you type.

60 lines (59 loc) 1.53 kB
{ "name": "@thoughtbot/trix-mentions-element", "version": "0.1.2", "description": "Activates a suggestion menu to embed attachments as you type.", "repository": "thoughtbot/trix-mentions-element", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist build", "compile": "tsc", "lint": "eslint .", "prebuild": "npm run clean && npm run lint && npm run compile", "build": "rollup -c", "pretest": "npm run build && rollup -c rollup.config.test.js", "test": "karma start test/karma.config.cjs", "prepublishOnly": "npm run build" }, "keywords": [ "auto-complete", "suggestions", "menu", "trix" ], "license": "MIT", "files": [ "dist" ], "prettier": "@github/prettier-config", "dependencies": { "@github/combobox-nav": "^2.0.2", "trix": "^1.3.1" }, "devDependencies": { "@github/prettier-config": "0.0.4", "chai": "^4.3.4", "chromium": "^3.0.3", "eslint": "^7.24.0", "eslint-plugin-github": "^4.1.3", "karma": "^6.3.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "mocha": "^8.3.2", "rollup": "^2.45.1", "rollup-plugin-node-resolve": "^5.2.0", "typescript": "^4.2.4" }, "eslintIgnore": [ "build/", "dist/", "test/karma.config.js", "rollup.config.js", "rollup.config.test.js", "prettier.config.js" ] }