mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
31 lines
681 B
JSON
31 lines
681 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",
|
|
"start": "now dev",
|
|
"test": "CI=true yarn workspaces run test"
|
|
},
|
|
"dependencies": {
|
|
"now": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"codacy-coverage": "^3.4.0",
|
|
"husky": "^3.1.0",
|
|
"prettier": "^1.19.1",
|
|
"pretty-quick": "^2.0.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"api"
|
|
]
|
|
}
|