1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/package.json

28 lines
696 B
JSON
Raw Normal View History

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
"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-12-23 21:48:59 +09:00
"now": "^16.7.0"
2019-08-14 18:46:57 +09:00
},
"devDependencies": {
2019-12-23 21:48:59 +09:00
"husky": "^3.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
2019-07-31 13:40:29 +09:00
},
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
2019-12-17 16:13:11 +09:00
"license": "Apache-2.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
2019-08-07 17:42:07 +09:00
"private": true
2019-07-31 13:40:29 +09:00
}