-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "going-mobile-tech-challenge",
"version": "1.0.0",
"description": "Going's mobile engineering technical challenge",
"repository": {
"type": "git",
"url": "git@github.com:going-dev/mobile-tech-challenge.git"
},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"postinstall": "pnpm run build",
"mobile": "pnpm run --filter @going-mobile/tech-challenge-app",
"commit": "git cz",
"prepare": "husky install",
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.3.0",
"commitlint": "^17.4.4",
"commitlint-config-gitmoji": "^2.3.1",
"cz-emoji": "1.3.2-canary.2",
"dayjs": "^1.11.7",
"husky": "^8.0.0",
"semantic-release": "^20.1.1",
"semantic-release-gitmoji": "^1.6.3",
"turbo": "latest",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=16.0.0"
}
}