-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 873 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
{
"name": "tools-init",
"version": "0.0.1",
"description": "",
"type": "module",
"main": "dist/index.js",
"bin": {
"tools-init": "dist/bin.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"prepublishOnly": "npm run build"
},
"files": ["dist"],
"keywords": [],
"author": {
"name": "cjg",
"url": "https://github.com/cjg1122"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjg1122/tools-init"
},
"bugs": {
"url": "https://github.com/cjg1122/tools-init/issues"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/node": "^22.7.5",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
}
}