1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/package.json

20 lines
527 B
JSON

{
"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
}