{ "name": "romuloalv.es", "version": "3.0.0", "description": "RĂ´mulo Alves website", "dependencies": { "next": "^7.0.0", "nprogress": "^0.2.0", "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2", "time-ago": "^0.2.1" }, "main": "server.js", "scripts": { "dev": "NODE_ENV=development node server.js", "start": "node server.js", "build": "next build", "export": "next build && next export", "now-build": "npm run export -- -o dist" }, "repository": { "type": "git", "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" }, "author": "romuloalves", "license": "MIT", "bugs": { "url": "https://github.com/romuloalves/romuloalves.github.io/issues" }, "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" }