forked from clenemt/docdash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 974 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
38
{
"name": "@suitegeezus/docdash-suitescript",
"version": "1.2.9",
"description": "A custom tag plugin and template for jsdoc designed for suitescript users",
"main": "publish.js",
"scripts": {
"test": "jsdoc -c fixtures/fixtures.conf.json",
"sync": "browser-sync start -s ../fixtures-doc -f ../fixtures-doc --reload-delay 1000 --no-ui --no-notify",
"watch": "watch-run -d 1000 -p tmpl/**,static/** \"npm run test\""
},
"repository": {
"type": "git",
"url": "https://github.com/gillyspy/docdash-suitescript.git"
},
"devDependencies": {
"browser-sync": "latest",
"jsdoc": "latest",
"watch-run": "latest"
},
"peerDependencies": {
"jsdoc": "^3.4.0"
},
"author": "Gerald Gillespie <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"jsdoc",
"template",
"suitescript",
"netsuite"
],
"files": [
"publish.js",
"ssTags.js",
"ssTags-utils.js",
"static",
"tmpl"
]
}