UNPKG

word-ability

Version:

一款文本标注,全文查找,替换的插件,基于vue

72 lines (71 loc) 1.59 kB
{ "name": "word-ability", "private": false, "version": "0.0.8", "description": "一款文本标注,全文查找,替换的插件,基于vue", "type": "module", "files": [ "dist/word-ability.umd.cjs", "index.d.ts" ], "main": "./dist/word-ability.umd.cjs", "module": "./dist/word-ability.js", "types": "./index.d.ts", "exports": { "types": "./index.d.ts", "import": "./dist/word-ability.js", "require": "./dist/word-ability.umd.cjs" }, "scripts": { "dev": "vite", "build": "tsc && vite build" }, "dependencies": { "vue": "^3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "@types/js-beautify": "^1.14.3", "js-beautify": "^1.15.1", "tslib": "^2.6.2", "typescript": "^5.4.5", "vite": "^5.2.10", "vue-tsc": "^2.0.6" }, "repository": { "type": "gitee", "url": "https://gitee.com/dylin-plugin/word-ability/tree/vue-base" }, "bugs": { "url": "https://gitee.com/dylin-plugin/word-ability/issues", "email": "2641052603@qq.com" }, "homepage": "https://gitee.com/dylin-plugin/word-ability/tree/vue-base", "keywords": [ "text-annotation", "text-search", "text-replace", "highlight", "javascript", "typescript", "es6", "word-ability" ], "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "browserslist": [ "> 1%", "not dead", "not ie <= 11" ], "author": "dylin<2641052603@qq.com>", "license": "ISC", "contributors": [ { "name": "dylin", "email": "2641052603@qq.com" } ] }