-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "pouchr",
"version": "0.1.0",
"description": "A modern, Fastify driven, PouchDB server",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo build",
"check": "biome check .",
"clean": "turbo clean",
"dev": "turbo dev --parallel",
"format": "turbo format --continue --",
"format:fix": "turbo format --continue -- --write",
"lint": "turbo lint --continue --",
"lint:fix": "turbo lint --continue -- --apply",
"typecheck": "turbo typecheck"
},
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"node": ">=20"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/hoghweed/pouchr.git"
},
"bugs": {
"url": "https://github.com/hoghweed/pouchr/issues"
},
"author": "Manuel S. Martone",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"fastify-tsconfig": "^2.0.0"
},
"dependencies": {
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.1.4"
}