UNPKG

quill-magic-url

Version:

Checks for URLs during typing and pasting and automatically converts them to links.

58 lines (57 loc) 1.52 kB
{ "name": "quill-magic-url", "version": "4.2.0", "description": "Checks for URLs during typing and pasting and automatically converts them to links.", "main": "dist/index.js", "types": "dist/index.d.ts", "babel": { "presets": [ "@babel/preset-env", "@babel/preset-typescript" ] }, "scripts": { "build": "webpack -p --progress --colors & tsc --build", "dev": "webpack-dev-server --progress --colors", "test": "jest", "test:e2e": "npm run dev & cypress open" }, "repository": { "type": "git", "url": "git+https://github.com/visualjerk/quill-magic-url.git" }, "keywords": [ "quill", "url", "links", "check", "paste", "type" ], "author": "Jörg Bayreuther <jb@visualjerk.de> (https://github.com/visualjerk)", "license": "MIT", "bugs": { "url": "https://github.com/visualjerk/quill-magic-url/issues" }, "homepage": "https://github.com/visualjerk/quill-magic-url", "devDependencies": { "@babel/core": "^7.7.4", "@babel/preset-env": "^7.9.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^26.0.24", "babel-loader": "^8.1.0", "babel-preset-env": "^1.7.0", "cypress": "^7.7.0", "eslint-plugin-jest": "^24.3.6", "jest": "^26.6.3", "typescript": "^4.7.4", "webpack": "^4.41.2", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.11.0" }, "dependencies": { "@types/quill": "^2.0.9", "normalize-url": "^4.5.1", "quill-delta": "^3.6.2" } }