-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 997 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 997 Bytes
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
42
{
"name": "vite-plugin-loading-script",
"version": "1.0.2",
"description": "Vite plugin for wrapping and generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --dts",
"test": "echo Missing tests",
"prepublishOnly": "npm run build"
},
"keywords": [
"vite",
"run-script",
"runScripts",
"run",
"plugin"
],
"author": "fima.apps@gmail.com",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"tsup": "^4.12.5",
"typescript": "^4.3.5",
"vite": "^2.3.4"
},
"peerDependencies": {
"rollup": "^2.53.1",
"vite": "^2.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hwani163/vite-plugin-runScripts.git"
},
"bugs": {
"url": "https://github.com/hwani163/vite-plugin-runScripts/issues"
},
"homepage": "https://github.com/hwani163/vite-plugin-runScripts#readme"
}