You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
407 B
22 lines
407 B
{ |
|
"name": "docs", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"directories": { |
|
"src": "src" |
|
}, |
|
"scripts": { |
|
"docs": "node index.js", |
|
"clean": "rm docs/api/* -f", |
|
"build": "honkit build", |
|
"serve": "honkit serve" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"honkit": "^3.6.20", |
|
"jsdoc-to-markdown": "^7.0.1" |
|
} |
|
}
|
|
|