mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-09 07:39:18 -06:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"name": "huntarr-docs-root",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:install": "cd docs && npm install",
|
|
"docs:start": "cd docs && npm start",
|
|
"docs:build": "cd docs && npm run build",
|
|
"docs:serve": "cd docs && npm run serve"
|
|
},
|
|
"workspaces": [
|
|
"docs"
|
|
]
|
|
} |