UNPKG

ewuit

Version:

an easy web ui inspect tool

51 lines (50 loc) 1.25 kB
{ "name": "ewuit", "version": "0.0.1", "description": "an easy web ui inspect tool", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/ATQQ/ewuit" }, "homepage": "https://github.com/ATQQ/ewuit", "scripts": { "dev": "vite", "build": "run-s build:*", "build:source": "vite build", "build:type": "tsup src/index.ts --dts-only", "lint": "eslint src --fix --ext .ts" }, "keywords": [ "ewuit", "ui-tools", "ui-inspect", "web-inspect", "web-sdk" ], "author": "sugar", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.3.1", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "esbuild-sass-plugin": "^2.2.6", "eslint": "^8.12.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.25.4", "less": "^4.1.2", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "sass": "^1.49.10", "tslib": "^2.3.1", "tsup": "^5.12.1", "typescript": "^4.6.3", "vite": "^2.9.0" }, "dependencies": { "core-js": "^3.21.1" } }