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.",
|
2020-01-07 11:59:25 +09:00
|
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
2019-07-31 13:40:29 +09:00
|
|
|
"scripts": {
|
2020-02-24 16:42:03 +09:00
|
|
|
"dev": "yarn start",
|
2019-12-24 01:57:07 +09:00
|
|
|
"lint": "yarn workspaces run lint",
|
2019-09-02 19:08:48 +09:00
|
|
|
"start": "now dev",
|
2019-12-23 23:01:33 +09:00
|
|
|
"test": "CI=true yarn workspaces run test"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-14 12:46:46 +09:00
|
|
|
"typescript": "^3.8.3"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-30 14:05:43 +09:00
|
|
|
"@sentry/cli": "^1.52.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.30.0",
|
|
|
|
"@typescript-eslint/parser": "^2.30.0",
|
2019-12-23 23:01:33 +09:00
|
|
|
"codacy-coverage": "^3.4.0",
|
2019-12-24 01:57:07 +09:00
|
|
|
"eslint": "^6.8.0",
|
2020-04-30 14:05:43 +09:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
2020-03-14 12:46:46 +09:00
|
|
|
"eslint-plugin-react": "^7.19.0",
|
2020-04-30 14:05:43 +09:00
|
|
|
"husky": "^4.2.5",
|
|
|
|
"prettier": "^2.0.5",
|
2019-12-23 21:48:59 +09:00
|
|
|
"pretty-quick": "^2.0.1"
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
2019-10-24 12:55:09 +09:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
},
|
2019-12-23 23:01:33 +09:00
|
|
|
"license": "Apache-2.0",
|
2020-01-07 11:59:25 +09:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
2019-12-23 23:01:33 +09:00
|
|
|
"private": true,
|
2020-04-14 17:27:09 +09:00
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"web",
|
|
|
|
"api"
|
|
|
|
],
|
|
|
|
"nohoist": [
|
|
|
|
"**/babel**",
|
|
|
|
"**/eslint**",
|
|
|
|
"**/jest"
|
|
|
|
]
|
|
|
|
}
|
2019-07-31 13:40:29 +09:00
|
|
|
}
|