-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 877 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "sinusbot-scripting-engine",
"version": "1.0.18",
"description": "SinusBot JavaScript based Scripting Engine documentation with examples.",
"repository": "https://github.com/SinusBot/scripting-docs",
"homepage": "https://github.com/SinusBot/scripting-docs",
"author": "SinusBot",
"license": "MIT",
"scripts": {
"generate-docs": "documentation build api/ -c documentation.yml --project-name \"SinusBot Scripting Engine\" --project-version \" \" --favicon \"/favicon.ico\" --shallow -f html -o documentation",
"serve-docs": "documentation serve api/ -c documentation.yml --project-name \"SinusBot Scripting Engine\" --project-version \" \" --shallow -w",
"generate-ts": "jsdoc -c config.json"
},
"devDependencies": {
"documentation": "^12.3.0",
"jsdoc": "^3.6.5",
"tsd-jsdoc": "^2.5.0"
},
"typings": "./tsd/types.d.ts"
}