generated from takanome-dev/monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bloghive",
"description": "A community-driven platform for bloggers to improve their skills and connect with like-minded individuals.",
"author": "TAKANOME-DEV <takanomedev221@gmail.com>",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"apps/*",
"packages/*"
],
"homepage": "https://github.com/TAKANOME-DEV/BlogHive#readme",
"bugs": {
"url": "https://github.com/TAKANOME-DEV/BlogHive/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/TAKANOME-DEV/BlogHive.git"
},
"keywords": [],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"lint-staged": "lint-staged",
"format": "turbo run format",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"eslint": "^8.0.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"next": "13.1.1",
"prettier": "latest",
"prettier-config-custom": "workspace:*",
"turbo": "latest",
"typescript": "^4.7.4"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"packageManager": "pnpm@7.19.0"
}