forked from zyrouge/symphony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.35 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
{
"name": "@zyrouge/symphony-cli",
"version": "0.0.0",
"private": true,
"scripts": {
"i18n:build": "phrasey build -p ./.phrasey/config.toml -f toml",
"i18n:summary": "tsx ./cli/i18n/summary.ts",
"version:bump": "tsx ./cli/version/bump.ts",
"version:print": "tsx ./cli/version/print.ts",
"version:print-nightly": "tsx ./cli/version/print-nightly.ts",
"git:tag-exists": "tsx ./cli/git/tag-exists.ts",
"git:tag-exists-yn": "tsx ./cli/git/tag-exists-yn.ts",
"git:no-affects-app-yn": "tsx ./cli/git/no-affects-app-yn.ts",
"git:latest-tag": "tsx ./cli/git/latest-tag.ts",
"prebuild": "npm run i18n:build",
"release": "gh workflow run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyrouge/symphony.git"
},
"author": "Zyrouge",
"license": "AGPL-3.0",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@zyrouge/phrasey-json": "^1.0.3",
"@zyrouge/phrasey-locales-builder": "^1.1.10",
"@zyrouge/phrasey-toml": "^1.0.3",
"fs-extra": "^11.2.0",
"phrasey": "^2.0.25",
"picocolors": "^1.0.0",
"prettier": "^3.1.1",
"prettier-plugin-toml": "^2.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}