{ "name": "nganime-docs", "version": "1.0.0", "description": "A documentation for nganime API", "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "author": "Nganime", "license": "ISC", "dependencies": { "next": "^14.1.3", "nextra": "^2.13.4", "nextra-theme-docs": "^2.13.4", "react": "^18.2.0", "react-dom": "^18.2.0" } }