UNPKG

textchecker-element

Version:
82 lines (81 loc) 2.68 kB
{ "name": "textchecker-element", "version": "0.18.0", "description": "Overlay text checker web compoentns.", "keywords": [ "webcomponent", "customelement", "spellchecker" ], "homepage": "https://github.com/textlint/editor/tree/master/packages/textchecker-element/", "bugs": { "url": "https://github.com/textlint/editor/issues" }, "repository": { "type": "git", "url": "https://github.com/textlint/editor.git" }, "license": "MIT", "author": "azu", "sideEffects": [ "lib/textchecker-element.js" ], "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "bin/", "lib/", "public-dist/" ], "scripts": { "compile:textlint": "textlint-script-compiler --outputDir public --metadataName \"example\" --metadataNamespace \"https://github.com/textlint/editor\"", "predev": "npm run compile:textlint", "dev": "vite", "website": "npm run compile:textlint && vite build", "build": "tsc -p .", "build:public-lib": "vite build --mode production --config vite.lib.config.js && npm run build:public-lib-backward-compat", "build:public-lib-backward-compat": "cp public-dist/textchecker-element.esm.js public-dist/textchecker-element.es.js", "clean": "rimraf lib/", "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublishOnly": "npm run build:public-lib && npm run build && npm run website-generator", "watch": "tsc -p . --watch" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4, "trailingComma": "none" }, "devDependencies": { "@babel/core": "^7.27.4", "@textlint/script-compiler": "^0.18.0", "@types/mocha": "^10.0.10", "@types/node": "^24.0.3", "@types/rimraf": "^4.0.5", "mocha": "^11.7.0", "prettier": "^3.6.0", "rimraf": "^6.0.1", "textlint-rule-preset-ja-technical-writing": "^12.0.2", "ts-node": "^10.9.2", "ts-node-test-register": "^10.0.0", "typescript": "^5.8.3", "vite": "^6.3.5" }, "dependencies": { "@textlint/source-code-fixer": "^15.0.1", "eventmit": "^1.1.0", "lit-html": "^1.3.0", "p-debounce": "^2.1.0", "text-caret-pos": "^1.0.1", "to-px": "^1.1.0" }, "browserslist": [ "last 1 chrome version", "last 1 firefox version" ], "gitHead": "d5900638883a87265920426734dbaed5136ee3db" }