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

38 lines
948 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-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": {
2019-12-23 21:48:59 +09:00
"now": "^16.7.0"
2019-08-14 18:46:57 +09:00
},
"devDependencies": {
2019-12-24 01:57:07 +09:00
"@sentry/cli": "^1.49.0",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.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",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-react": "^7.17.0",
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
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
2019-12-23 23:01:33 +09:00
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"web",
"api"
]
2019-07-31 13:40:29 +09:00
}