-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
45
46
{
"name": "geokit",
"version": "0.0.0",
"private": true,
"description": "Open-source toolkit for making websites AI-ready",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean",
"version:status": "node scripts/sync-versions.js status",
"version:bump": "node scripts/sync-versions.js release",
"prepare": "husky"
},
"keywords": [
"geo",
"seo",
"ai",
"audit",
"llms-txt",
"generative-engine-optimization",
"ai-seo",
"ai-readiness"
],
"author": "Glincker <hello@glincker.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GLINCKER/geokit"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"husky": "^9.1.7",
"turbo": "^2.3.0",
"typescript": "^5.7.0"
},
"packageManager": "npm@10.0.0",
"engines": {
"node": ">=18.0.0"
}
}