UNPKG

vite-plugin-inspect

Version:

Inspect the intermediate state of Vite plugins

76 lines (75 loc) 2.19 kB
{ "name": "vite-plugin-inspect", "version": "0.1.1", "description": "Inspect the intermediate state of Vite plugins", "keywords": [ "vite-plugin" ], "homepage": "https://github.com/antfu/vite-plugin-inspect#readme", "bugs": { "url": "https://github.com/antfu/vite-plugin-inspect/issues" }, "repository": { "type": "git", "url": "git+https://github.com/antfu/vite-plugin-inspect.git" }, "funding": "https://github.com/sponsors/antfu", "license": "MIT", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build", "build": "run-s build:*", "dev": "vite src/client", "build:js": "tsup src/node/index.ts --format cjs,esm --env.NODE_ENV production", "build:client": "vite build src/client", "dev:js": "nr build:js --watch src", "dev:client": "vite build src/client --watch", "release": "bumpp --commit --push --tag && npm publish", "lint": "eslint \"{src,test}/**/*.ts\"", "lint:fix": "npm run lint -- --fix", "test": "jest" }, "dependencies": { "debug": "^4.3.2", "sirv": "^1.0.14", "ufo": "^0.7.7" }, "devDependencies": { "@antfu/eslint-config": "^0.7.0", "@antfu/ni": "^0.7.0", "@antfu/utils": "^0.2.4", "@iconify/json": "^1.1.387", "@types/codemirror": "^5.60.2", "@types/debug": "^4.1.7", "@types/diff-match-patch": "^1.0.32", "@types/fs-extra": "^9.0.12", "@types/node": "^16.6.1", "@vueuse/core": "^6.0.0", "bumpp": "^6.0.6", "codemirror": "^5.62.2", "codemirror-theme-vars": "^0.1.1", "diff-match-patch": "^1.0.5", "eslint": "^7.32.0", "eslint-plugin-jest": "^24.4.0", "esno": "^0.8.0", "npm-run-all": "^4.1.5", "prism-theme-vars": "^0.2.2", "tsup": "^4.13.1", "typescript": "^4.3.5", "vite": "^2.4.4", "vite-plugin-components": "^0.13.2", "vite-plugin-icons": "^0.6.5", "vite-plugin-pages": "^0.17.3", "vite-plugin-windicss": "^1.2.7", "vue-router": "^4.0.11" }, "peerDependencies": { "vite": "^2.0.0" } }