-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
28 lines (28 loc) · 1.25 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
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.251",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "npm run generate:app && npm run generate:notifications && npm run generate:tooltips",
"generate:app": "cd scripts && ./codegen_localization_app.swift ../config/localization/en/app.json > ./generated/app.ts && cd ..",
"generate:notifications": "cd scripts && ./codegen_localization_notifications.swift ../config/localization_notifications/en/app.json > ./generated/notifications.ts && cd ..",
"generate:tooltips": "cd scripts && ./codegen_localization_tooltips.swift ../config/localization/en/tooltips.json > ./generated/tooltips.ts && cd ..",
"bump_version": "./scripts/bump_version.sh",
"prepare_for_pr": "./scripts/bump_version.sh --no-warning && npm run generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dydxprotocol/v4-localization.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dydxprotocol/v4-localization/issues"
},
"homepage": "https://github.com/dydxprotocol/v4-localization#readme",
"devDependencies": {
"@types/node": "^20.1.7"
}
}