mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "namae",
|
|
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
|
"scripts": {
|
|
"dev": "yarn start",
|
|
"lint": "yarn workspaces run lint",
|
|
"start": "now dev",
|
|
"test": "CI=true yarn workspaces run test"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sentry/cli": "^1.52.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
"@typescript-eslint/parser": "^2.26.0",
|
|
"codacy-coverage": "^3.4.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"husky": "^4.2.3",
|
|
"prettier": "^2.0.2",
|
|
"pretty-quick": "^2.0.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"web",
|
|
"api"
|
|
],
|
|
"nohoist": [
|
|
"**/babel**",
|
|
"**/eslint**",
|
|
"**/jest"
|
|
]
|
|
}
|
|
}
|