mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-15 06:02:40 +00:00
24 lines
531 B
JSON
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"
|
|
}
|
|
}
|