-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 717 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
{
"name": "@eslym/vite-plugin-express-app",
"type": "module",
"version": "1.0.2",
"description": "Express App in Vite",
"main": "dist/index.js",
"author": "0nepeop1e",
"license": "MIT",
"private": false,
"repository": {
"url": "https://github.com/eslym/vite-plugin-express-app"
},
"scripts": {
"build": "tsc",
"format": "prettier . --write"
},
"files": [
"dist/index.d.ts",
"dist/index.js"
],
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-ws": "^3.0.1",
"@types/ws": "^8.5.4",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
}