vite-plugin-remain-exports
Version:
vite plugin that remain exports from html-entry-script
36 lines (35 loc) • 893 B
JSON
{
"name": "vite-plugin-remain-exports",
"version": "1.2.4",
"description": "vite plugin that remain exports from html-entry-script",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coconilu/vite-plugin-remain-exports.git"
},
"keywords": [
"vite-plugin",
"remain",
"exports"
],
"author": "bayeswang",
"license": "MIT",
"bugs": {
"url": "https://github.com/coconilu/vite-plugin-remain-exports/issues"
},
"homepage": "https://github.com/coconilu/vite-plugin-remain-exports#readme",
"devDependencies": {
"tsup": "^5.12.1",
"typescript": "^4.6.2",
"vite": "^2.9.1"
}
}