ilink-world/docs/.docz/package.json

13 lines
225 B
JSON
Raw Normal View History

2020-03-12 15:14:51 +00:00
{
"name": "docz-app",
"license": "MIT",
"dependencies": {
"gatsby": "just-to-fool-cli-never-installed"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
}
}