mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
21 lines
553 B
JSON
21 lines
553 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": {
|
|
"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.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|