-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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": "@geothai/data",
"private": true,
"type": "module",
"description": "Comprehensive geographic datasets for provinces, districts, and subdistricts of Thailand. 🗺️📍",
"author": "GeoThai Team",
"repository": {
"type": "git",
"url": "https://github.com/GeoThai/data.git"
},
"homepage": "https://github.com/GeoThai/data#readme",
"bugs": {
"url": "https://github.com/GeoThai/data/issues"
},
"license": "MIT",
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --fix",
"format": "biome format --write",
"knip": "knip",
"validate": "bun run scripts/validate",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/bun": "^1.3.0",
"@types/node": "^24.7.2",
"ajv": "^8.17.1",
"chalk": "^5.6.2",
"figures": "^6.1.0",
"knip": "^5.65.0",
"lefthook": "^1.13.6"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22"
},
"packageManager": "bun@1.3.0"
}