-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.34 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
{
"private": true,
"name": "@adaliszk/web-toolbox",
"description": "AdaLiszk's frequently used NPM packages wrapped up into easy-to-use packs",
"keywords": ["node", "npm", "toolbox", "packages", "configs", "plugins", "packs"],
"repository": "github:adaliszk/web-toolbox",
"homepage": "https://github.com/adaliszk/web-toolbox",
"bugs": "https://github.com/adaliszk/web-toolbox/issues",
"license": "BSD-2-Clause",
"author": "Ádám Liszkai <[email protected]>",
"contributors": [],
"scripts": {
"build": "turbo run build --output-logs=new-only",
"test": "turbo run test",
"lint": "turbo run lint",
"fmt": "biome format --write ."
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390",
"engines": {
"corepack": ">=0.24",
"node": ">=20",
"pnpm": ">=9.0"
},
"peerDependencies": {
"corepack": "^0.28"
},
"devDependencies": {
"@adaliszk/biome": "workspace:*",
"@adaliszk/typescript": "workspace:*",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.1",
"@swc/core": "^1.5.0",
"esbuild": "^0.20.2",
"eslint": "^9.1.1",
"tsup": "^8.0.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
}
}