{ "name": "namae", "description": "namae saves your time searching around registries and checking if the desired name is ready for use.", "scripts": { "dev": " yarn start", "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.4.0" }, "devDependencies": { "husky": "^3.0.9", "prettier": "^1.18.2", "pretty-quick": "^2.0.0" }, "author": "Yasuaki Uechi (https://uechi.io/)", "license": "Apache-2.0", "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "private": true }