fastchar-dom-plugin
Version:
Chrome插件,用于操作HTML的DOM
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "fastchar-dom-plugin",
"version": "2.1.5",
"description": "Chrome插件,用于操作HTML的DOM",
"author": "janesen",
"main": "./src/cjs/index.js",
"module": "./src/esm/index.js",
"scripts": {
"webpack": "webpack --config src_extension/webpack.config.js && webpack --config src/webpack.config.js",
"docs": "src/typedoc",
"tsc": "tsc -p src/tsconfig.json && tsc -p src/tsconfig-cjs.json",
"login": "npm login ",
"buildLocal": "npm run webpack && npm run tsc && npm run docs",
"pub-fastchar-iframe-plugin": "npm run buildLocal && npm publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"croshe",
"dom",
"fastchar-dom",
"plugin"
],
"files": [
"src/cjs",
"src/esm",
"src/dist",
"src_extension/chrome"
],
"dependencies": {
"spin.js": "^4.1.1"
},
"devDependencies": {
"@types/jquery": "^3.5.10",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"ts-loader": "^9.1.1",
"typedoc": "^0.24.7",
"typescript": "^4.2.4",
"webpack": "^5.82.0",
"webpack-cli": "^4.6.0"
}
}