-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "pomtick",
"private": true,
"version": "0.1.0",
"repository": "https://github.com/shinjith-dev/pomtick",
"author": "Shinjith P R",
"displayName": "Pomtick",
"description": "The timer that makes you tick! Pomtick is a multi-platform pomodoro timer with a classy themeable interface.",
"homepage": "https://pomtick.pages.dev",
"keywords": [
"pomodoro",
"timer",
"productivity",
"task",
"todo",
"tools",
"utilities"
],
"license": "MIT",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky",
"release": "git-cliff --bump --unreleased --sort newest -o .github/RELEASENOTE.md",
"changelog":"git-cliff -o .github/CHANGELOG.md"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"git-cliff": "^2.4.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "^2.0.4",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}