UNPKG

vite-plugin-indexify

Version:

Generate jsons that index all or some files output by vite.

55 lines 1.24 kB
{ "name": "vite-plugin-indexify", "private": false, "version": "0.7.0", "license": "MIT", "author": "klm127", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "description": "Generate jsons that index all or some files output by vite.", "homepage": "https://github.com/klm127/vite-plugin-indexify", "repository": { "type": "git", "url": "https://github.com/klm127/vite-plugin-indexify", "directory": "workspaces/plugin" }, "bugs": { "url": "https://github.com/klm127/vite-plugin-indexify/issues" }, "files": [ "dist", "README.md" ], "keywords": [ "vite", "vite-plugin", "indexify", "assets", "public", "dirents", "directory", "index", "listing" ], "scripts": { "dev": "vite build --watch", "build": "vite build" }, "devDependencies": { "@types/ejs": "^3.1.2", "@types/node": "^18.16.3", "typescript": "^4.9.5", "vite": "^4.3.4", "vite-plugin-dts": "^2.3.0" }, "peerDependencies": { "vite": ">= 2.0.0" } }