{ "name": "noco-docs", "version": "1.0.0", "private": true, "author": { "name": "NocoDB Inc", "url": "https://nocodb.com/" }, "homepage": "https://github.com/nocodb/nocodb", "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/nocodb/nocodb.git" }, "bugs": { "url": "https://github.com/nocodb/nocodb/issues" }, "scripts": { "dev": "nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate" }, "dependencies": { "@nuxt/content-theme-docs": "0.7.2", "nuxt": "^2.15.2" } }