{ "name": "auth0-styleguide", "version": "5.0.0", "scripts": { "postinstall": "lerna bootstrap", "start": "serve --port ${PORT:-3000} ./packages/website/build" }, "repository": { "type": "git", "url": "git://github.com/auth0/styleguide" }, "license": "UNLICENSED", "author": "Auth0 (https://auth0.com)", "engines": { "node": "^6.9.1", "npm": "^3.10.8" }, "dependencies": { "lerna": "2.0.0-beta.31" }, "devDependencies": { "serve": "^1.4.0" }, "private": true }