-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
46 lines (46 loc) · 1.68 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
{
"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:bump-build": "tsx ./cli/version/bump-build.ts",
"version:print": "tsx ./cli/version/print.ts",
"version:print-nightly": "tsx ./cli/version/print-nightly.ts",
"version:print-canary": "tsx ./cli/version/print-canary.ts",
"git:tag-exists": "tsx ./cli/git/tag-exists.ts",
"git:tag-exists-yn": "tsx ./cli/git/tag-exists-yn.ts",
"git:latest-tag": "tsx ./cli/git/latest-tag.ts",
"git:diff-files-yn": "tsx ./cli/git/diff-files-yn.ts",
"android:move-outputs": "tsx ./cli/android/move-outputs.ts",
"prebuild": "npm run i18n:build",
"postbuild": "npm run android:move-outputs",
"release": "gh workflow run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyrouge/symphony.git"
},
"author": "Zyrouge",
"license": "AGPL-3.0",
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.1",
"@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.26",
"picocolors": "^1.1.1",
"prettier": "^3.4.1",
"prettier-plugin-toml": "^2.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"archiver": "^7.0.1"
}
}