-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "cybertools",
"version": "3.0.0",
"description": "The cybersecurity toolkit you actually trust. Everything runs in your browser.",
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "tailwindcss -i ./css/input.css -o ./css/tailwind.css --minify",
"watch": "tailwindcss -i ./css/input.css -o ./css/tailwind.css --watch",
"seo": "node scripts/generate-seo.mjs",
"audit": "node scripts/audit.mjs",
"audit:drift": "node scripts/audit.mjs"
},
"devDependencies": {
"@fontsource/inter": "^5.0.0",
"@fontsource/jetbrains-mono": "^5.0.0",
"tailwindcss": "^3.4.0"
},
"author": "CTLib",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ctlib/CyberTools.git"
}
}