-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 815 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
30
31
32
33
34
35
36
37
38
{
"name": "prototypey-monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "atproto lexicon typescript toolkit",
"repository": {
"type": "git",
"url": "git+https://github.com/tylersayshi/prototypey.git"
},
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"format": "prettier . --list-different",
"format:fix": "prettier . --write",
"knip": "knip",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"tsc": "pnpm -r tsc"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@eslint/js": "9.29.0",
"eslint": "9.29.0",
"knip": "^5.88.1",
"prettier": "3.6.1",
"typescript-eslint": "8.35.0"
},
"packageManager": "pnpm@10.34.4",
"engines": {
"node": ">=20.19.0"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.0.6"
}
}
}