UNPKG

vite-plugin-transform-json

Version:
37 lines 884 B
{ "name": "vite-plugin-transform-json", "version": "1.0.2", "description": "Vite plugin to copy and transform JSON file during build", "repository": { "url": "https://github.com/KovalchukDanil0/vite-plugin-transform-json.git", "type": "git" }, "homepage": "https://github.com/KovalchukDanil0/vite-plugin-transform-json", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "keywords": [ "transform-json", "copy-json", "json", "vite", "vite-plugin", "plugin", "rollup", "rollup-plugin" ], "author": { "name": "Danil Kovalchuk", "email": "danilkovalchuk0@gmail.com", "url": "https://github.com/KovalchukDanil0" }, "license": "GPL-3.0-only", "devDependencies": { "@types/node": "^22.5.4", "typescript": "^5.5.4", "vite": "^5.4.3" }, "scripts": { "build": "tsc" } }