-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 881 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "docunatorjs",
"version": "0.0.9",
"description": "A small stand-alone library to extract comments to be used as documentation",
"keywords": [
"documentation",
"docunator",
"js",
"library",
"js",
"extractor"
],
"homepage": "https://github.com/danilor/docunatorjs#readme",
"bugs": {
"url": "https://github.com/danilor/docunatorjs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danilor/docunatorjs.git"
},
"license": "Apache-2.0",
"author": "Danilo Ramirez Mattey",
"type": "commonjs",
"main": "index.js",
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish --access public"
},
"dependencies": {
"cli-progress": "^3.12.0",
"commander": "^14.0.1"
},
"bin": {
"docunator": "index.js"
}
}