{
  "name": "namae",
  "description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
  "author": "Yasuaki Uechi <y@uechi.io> (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.1.2"
  },
  "devDependencies": {
    "prettier": "^1.18.2"
  },
  "license": "MIT",
  "private": true
}