-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}