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

28 lines
696 B
JSON

{
"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.7.0"
},
"devDependencies": {
"husky": "^3.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
},
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"license": "Apache-2.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"private": true
}