mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
11 lines
172 B
JSON
11 lines
172 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "codedoc install && codedoc build",
|
||
|
"dev": "codedoc serve"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@codedoc/cli": "^0.2.8"
|
||
|
}
|
||
|
}
|