forked from markwpearce/brighterscript-jsdocs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 980 Bytes
/
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
{
"name": "brighterscript-jsdocs-plugin",
"version": "0.6.0",
"description": "Plugin For JSDoc that converts Brighterscript files into comments compatible with JSDoc",
"author": "Mark Pearce",
"scripts": {
"docs": "rm -rf docs && ./node_modules/.bin/jsdoc -c jsdoc.json -d docs",
"test": "sh ./scripts/test.sh"
},
"files": [
"convert-brighterscript-docs.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/markwpearce/brighterscript-jsdocs-plugin.git"
},
"license": "ISC",
"keywords": [
"brightscript",
"brighterscript",
"roku",
"jsdoc",
"jsdocs",
"brightscriptdoc"
],
"bugs": {
"url": "https://github.com/markwpearce/brighterscript-jsdocs-plugin/issues"
},
"homepage": "https://github.com/markwpearce/brighterscript-jsdocs-plugin",
"dependencies": {
"brighterscript": "^0.42.0",
"jsdoc": "^3.6.7"
},
"devDependencies": {
"braintree-jsdoc-template": "^3.3.0"
}
}