{ "name": "namae", "description": "namae saves your time searching around registries and checking if the desired name is ready for use.", "author": "Yasuaki Uechi (https://uechi.io/)", "scripts": { "postinstall": "yarn --cwd web && yarn --cwd api", "ship": "now", "start": "now dev", "test": "CI=true yarn --cwd web test && yarn --cwd api test" }, "dependencies": { "now": "^16.2.0" }, "devDependencies": { "prettier": "^1.18.2" }, "license": "MIT", "private": true }