-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 642 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 642 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
{
"name": "vinejs-fastify",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node --loader=ts-node/esm server.js",
"test": "node --loader=ts-node/esm bin/test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@japa/api-client": "^1.4.4",
"@japa/assert": "^1.4.1",
"@japa/runner": "^2.5.1",
"@japa/spec-reporter": "^1.3.3",
"@swc/core": "^1.3.64",
"@types/node": "^20.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@vinejs/vine": "^1.4.1",
"fastify": "^4.18.0"
}
}