-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"type": "module",
"name": "js-fastify-rest-api-example",
"description": "This project was bootstrapped with Fastify-CLI.",
"version": "1.0.0",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"@fastify/autoload": "^6.0.3",
"@fastify/jwt": "^9.0.3",
"@fastify/sensible": "^6.0.2",
"@fastify/type-provider-typebox": "^5.1.0",
"@geut/openapi-box": "^5.0.8",
"@stoplight/prism-cli": "^5.12.0",
"@typespec/compiler": "^0.59.1",
"@vinejs/vine": "^3.0.0",
"better-sqlite3": "^11.8.1",
"drizzle-orm": "^0.39.0",
"fastify": "^5.2.1",
"fastify-cli": "^7.3.0",
"fastify-plugin": "^5.0.1",
"lodash": "^4.17.21",
"node-jq": "^6.0.1",
"npm-check-updates": "^17.1.14"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@faker-js/faker": "^9.4.0",
"@stylistic/eslint-plugin": "^3.0.0",
"@types/better-sqlite3": "^7.6.12",
"@types/lodash": "^4.17.14",
"@typespec/compiler": "latest",
"@typespec/http": "latest",
"@typespec/json-schema": "latest",
"@typespec/openapi3": "latest",
"@typespec/rest": "latest",
"drizzle-kit": "^0.30.3",
"eslint": "^9.19.0",
"globals": "^15.14.0"
},
"scripts": {
"test": "node --test test/routes/**/*.test.js",
"start": "fastify start -l info app.js",
"dev": "fastify start -w -l info -P app.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}