-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 905 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
37
38
39
40
41
{
"name": "plugin-vite-check-env",
"version": "1.0.6",
"main": "dist/index.js",
"types": "src/index.d.ts",
"scripts": {
"dev": "vite build -w",
"build": "vite build"
},
"type": "module",
"keywords": [
"vite plugin",
"vite load env",
"env loader",
"vite env",
"env",
"vite plugin check env"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iaas-store/plugins-vite-check-env.git"
},
"license": "ISC",
"dependencies": {
"vite": "^5.4.6"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}