web-element-inspector
Version:
Web Element Inspector - 网页元素检查器,支持鼠标悬停高亮和实时查看元素信息
45 lines • 1.07 kB
JSON
{
"name": "web-element-inspector",
"version": "1.0.0",
"description": "Web Element Inspector - 网页元素检查器,支持鼠标悬停高亮和实时查看元素信息",
"main": "dist/element-inspector.js",
"module": "dist/element-inspector.js",
"types": "dist/element-inspector.d.ts",
"type": "module",
"files": [
"dist"
],
"homepage": "https://github.com/vecrel/web-element-inspector",
"repository": {
"type": "git",
"url": "https://github.com/vecrel/web-element-inspector.git"
},
"bugs": {
"url": "https://github.com/vecrel/web-element-inspector/issues"
},
"keywords": [
"web",
"element",
"inspector",
"debugger",
"dom",
"highlight",
"devtools",
"browser-tool",
"debug-tool",
"element-highlighter"
],
"author": "vecrel",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
},
"scripts": {
"build": "vite build",
"dev": "tsc --watch",
"preview": "vite preview"
}
}