-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 941 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
36
{
"name": "importus",
"version": "1.0.0",
"private": true,
"description": "The faster modularly import plugin for Vite.",
"scripts": {
"info": "sparkee info",
"example": "pnpm --filter vite-plugin-importus-example dev",
"test": "vitest --config packages/example/vite.config.ts",
"build": "pnpm --filter vite-plugin-importus build",
"publish": "sparkee publish"
},
"keywords": [
"vite",
"import"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Geocld/vite-plugin-importus.git"
},
"author": "Geocld<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Geocld/vite-plugin-importus/issues"
},
"homepage": "https://github.com/Geocld/vite-plugin-importus#readme",
"devDependencies": {
"sparkee": "^1.0.7",
"vitest": "^0.18.1"
},
"engines": {
"node": "^16",
"npm": "^7"
},
"packageManager": "[email protected]"
}