macos-defaults/build/docsify/package.json
2020-10-06 17:48:25 +02:00

24 lines
531 B
JSON

{
"private": true,
"name": "macos-defaults-docsify-builder",
"version": "0.1.0",
"main": "build.js",
"scripts": {
"clean": "rimraf docs* dist*",
"build": "yarn clean && node build.js",
"build:prod": "yarn build",
"start": "yarn build && npx docsify serve docs",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"docsify-cli": "4.4.1",
"handlebars": "4.7.6",
"rimraf": "3.0.2",
"yaml": "1.10.0"
},
"devDependencies": {
"jest": "26.5.2",
"prettier": "2.1.2"
}
}