-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
{
"name": "dokuinjs",
"version": "1.3.5",
"description": "The only documentation generator at ease!",
"scripts": {
"test": "jest",
"build": "tsc",
"build:watch": "tsc -w"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"dokuin": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dokuin/dokuinjs.git"
},
"keywords": [
"documentation",
"cli"
],
"author": "DokuIn Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/dokuin/dokuinjs/issues"
},
"homepage": "https://github.com/dokuin/dokuinjs#readme",
"dependencies": {
"@types/json2md": "^1.5.1",
"axios": "^1.6.0",
"boxen": "^8.0.0",
"build-url": "^6.0.1",
"chalk": "^5.0.1",
"charm": "^1.0.2",
"clear": "^0.1.0",
"colors": "^1.4.0",
"enquirer": "^2.3.4",
"esm": "^3.2.25",
"figlet": "^1.5.2",
"inquirer": "^12.0.0",
"json2md": "^2.0.0",
"ora": "^8.0.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}