-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 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
37
38
39
40
{
"name": "vite-plugin-mock-server",
"version": "1.3.1",
"description": "Vite mock server plugin",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -w -p .",
"build": "del-cli dist && tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/enjoycoding/vite-plugin-mock-server.git"
},
"keywords": [
"vite",
"mock",
"hmr"
],
"author": {
"name": "Octoape",
"email": "[email protected]",
"url": "https://github.com/octoape"
},
"type": "module",
"license": "MIT",
"bugs": {
"url": "https://github.com/enjoycoding/vite-plugin-mock-server/issues"
},
"homepage": "https://github.com/enjoycoding/vite-plugin-mock-server#readme",
"devDependencies": {
"@types/node": "^15.12.4",
"del-cli": "^5.1.0",
"typescript": "^4.3.4",
"vite": "^2.3.8"
},
"dependencies": {
"@howiefh/ant-path-matcher": "0.0.2",
"chokidar": "^3.5.2"
}
}