-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 609 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "ldap-cli",
"version": "1.0.0",
"description": "A terminal-based LDAP server explorer built with Go and BubbleTea, providing an interactive interface for browsing LDAP directory trees, viewing records, and executing custom queries.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:build": "docpress build",
"docs:serve": "docpress serve",
"docs:clean": "rm -rf _docpress"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"docpress": "0.8.2"
}
}