-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 922 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 922 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
{
"name": "@zumerbox/doc-extractor",
"version": "0.1.1",
"description": "A tool to extract comments from scss, css and js files and create markdown doc files",
"main": "./bin/index.js",
"type": "module",
"bin": {
"doc-extractor": "bin/index.js"
},
"author": "Juan Martin",
"license": "MIT",
"scripts": {
"prebump": "npx @zumerbox/js-lint --fix && npx @zumerbox/code-format --write",
"bump": "npx @zumerbox/bump",
"postbump": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zumerlab/zumerbox-doc-extractor.git"
},
"bugs": {
"url": "https://github.com/zumerlab/zumerbox-doc-extractor/issues"
},
"homepage": "https://github.com/zumerlab/zumerbox-doc-extractor/#readme",
"dependencies": {
"chalk": "^5.3.0"
},
"keywords": []
}