-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "ainav",
"version": "1.0.0",
"private": false,
"license": "GPL-3.0-or-later",
"description": "AINav — 本地 AI 工具导航:从 site-data.json 与扩展配置生成 index / 百科页,数据本地维护",
"repository": {
"type": "git",
"url": "https://github.com/shellsec/AINav.git"
},
"scripts": {
"build": "node build-html-data.js",
"build:tools": "node scripts/build-tool-pages.js",
"icons": "node download-icons.mjs",
"check:hints": "node scripts/check-free-tier-hints.js",
"check:hints:all": "node scripts/check-free-tier-hints.js --all",
"check:links": "node scripts/audit-links.mjs",
"check:dead": "node scripts/check-dead-links.mjs",
"check": "node scripts/audit-links.mjs && node scripts/check-free-tier-hints.js"
}
}