www-next/.docz/package.json

18 lines
324 B
JSON

{
"name": "docz-app",
"license": "MIT",
"dependencies": {
"gatsby": "just-to-fool-cli-never-installed"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"private": true,
"workspaces": [
"../../../core/**",
"../../../other-packages/**"
]
}