@ge-ge/highlight
Version:
62 lines (61 loc) • 1.69 kB
JSON
{
"name": "@ge-ge/highlight",
"version": "1.0.11",
"description": "使选区高亮",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "src/highlight.ts",
"scripts": {
"dev": "npm run type-check && npx rollup -c --watch",
"type-check": "tsc --noEmit",
"build": "npm run type-check && npx rollup -c --environment NODE_ENV:production"
},
"keywords": [
"mark",
"highlight",
"Range",
"Selection"
],
"author": "ge-ge",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Ge-Ge/highlight.git"
},
"bugs": {
"url": "https://github.com/Ge-Ge/highlight/issues"
},
"homepage": "https://github.com/Ge-Ge/highlight#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.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",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.4.1",
"rollup": "^2.59.0-0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.4"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.16.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"defaults"
]
}