2019-07-31 13:40:29 +09:00
|
|
|
{
|
|
|
|
"name": "namae",
|
2019-08-01 14:00:22 +09:00
|
|
|
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
|
2019-07-31 13:40:29 +09:00
|
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
|
|
|
"scripts": {
|
2019-09-24 13:55:43 +09:00
|
|
|
"dev": " yarn start",
|
2019-08-14 18:46:57 +09:00
|
|
|
"postinstall": "yarn --cwd web && yarn --cwd api",
|
|
|
|
"ship": "now",
|
2019-09-02 19:08:48 +09:00
|
|
|
"start": "now dev",
|
|
|
|
"test": "CI=true yarn --cwd web test && yarn --cwd api test"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-24 00:48:29 +09:00
|
|
|
"now": "^16.4.0"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^1.18.2"
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2019-08-07 17:42:07 +09:00
|
|
|
"private": true
|
2019-07-31 13:40:29 +09:00
|
|
|
}
|