-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1000 Bytes
/
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
{
"name": "@biomejs/create-biome-reproduction",
"publishConfig": {
"access": "public"
},
"version": "0.1.1",
"type": "module",
"author": "Nicolas Hedger <[email protected]>",
"bin": {
"create-biome-repro": "index.js"
},
"files": ["templates", "dist"],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biomejs/create-biome-reproduction.git"
},
"bugs": {
"url": "https://github.com/biomejs/create-biome-reproduction/issues"
},
"homepage": "https://github.com/biomejs/create-biome-reproduction#readme",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "1.1.6",
"@types/node": "22.1.0",
"@types/prompts": "2.4.9",
"lefthook": "1.7.11",
"tsup": "8.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"@biomejs/version-utils": "0.4.0",
"kolorist": "1.8.0",
"ora": "8.0.1",
"prompts": "2.4.2"
}
}