-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "doxium",
"version": "0.0.1",
"author": "konyogony",
"main": "index.js",
"type": "module",
"bin": {
"create-doxium-app": "./dist/index.js"
},
"dependencies": {
"commander": "^12.1.0",
"cross-spawn": "^7.0.3",
"detect-package-manager": "^3.0.2",
"fast-glob": "^3.3.2",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/commander": "^2.12.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.7",
"@types/prompts": "^2.4.9",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"description": "CLI tool for creating and managing Doxium applications.",
"license": "MIT",
"scripts": {
"dev": "bun run ./src/index.ts init",
"build": "ncc build src/index.ts -o dist"
},
"keywords": [
"doxium",
"create-doxium-app",
"docs",
"documentation",
"next15",
"cli",
"tool",
"nextjs",
"next.js",
"shiki",
"shikijs",
"next",
"create-next-app",
"wiki",
"modern"
]
}