-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 1013 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 1013 Bytes
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
{
"name": "dester-flutter",
"private": true,
"version": "0.1.0",
"description": "Dester Flutter mobile and desktop app",
"scripts": {
"commit": "TERM=dumb git-cz",
"commit:retry": "TERM=dumb git-cz --retry",
"prepare": "lefthook install",
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version:bump": "dart run scripts/version_bump.dart",
"api:generate": "bash scripts/generate_api_client.sh"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.5.1",
"lefthook": "^1.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"repository": {
"type": "git",
"url": "https://github.com/DesterLib/desterlib-flutter.git"
},
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
}
}