1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/package.json
Yasuaki Uechi 2fc4d94779
feat: add crisp (#7)
* feat: add crisp

* test: add codacy

* fix: coverage
2019-10-24 12:55:09 +09:00

28 lines
689 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.4.0"
},
"devDependencies": {
"husky": "^3.0.9",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0"
},
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"private": true
}