-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 856 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 856 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
{
"name": "jellyrock-code-docs",
"type": "module",
"version": "1.0.0",
"description": "JellyRock code documentation using JSDoc.",
"dependencies": {
"brighterscript": "0.71.1",
"brighterscript-jsdocs-plugin": "0.7.3",
"clean-jsdoc-theme": "4.3.0",
"jsdoc": "4.0.5",
"rimraf": "6.1.3"
},
"scripts": {
"build": "rimraf jellyrock && git clone https://github.com/jellyrock/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md",
"cleanup": "rimraf jellyrock"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jellyrock/api-docs.git"
},
"keywords": [
"jellyrock",
"code-docs"
],
"author": "Charles Ewert",
"license": "MIT",
"bugs": {
"url": "https://github.com/jellyrock/api-docs/issues"
},
"homepage": "https://github.com/jellyrock/api-docs#readme"
}