-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "lana-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev server/index.ts",
"test": "vitest",
"test:commit": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/static": "^8.0.1",
"dotenv": "^16.4.5",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"typescript": "^5.6.2"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --write --no-errors-on-unmatched"
]
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.4",
"lefthook": "^1.7.18",
"lint-staged": "^15.2.10",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"vitest": "^2.1.2"
},
"exports": {
"./biome": "./biome.json"
},
"packageManager": "[email protected]+sha1.a58c038faac410c947dbdb93eb30994037d0fce2"
}