forked from inventaire/inventaire-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 951 Bytes
/
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
{
"name": "inventaire-i18n",
"version": "1.0.0",
"description": "repository hosting inventaire i18n strings and scripts",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "./scripts/build/build",
"build-client": "./scripts/build/build_client",
"build-emails": "./scripts/build/build_emails",
"build-transifex-resources": "./scripts/build/build_transifex_resources",
"checkout-master": "git checkout ./dist && git checkout master",
"fetch-translations": "./scripts/fetch/fetch_translations",
"test": "echo \"Error: no test specified\" && exit 1",
"update-dist": "./scripts/update_dist",
"update-stats": "./scripts/stats/update_language_stats"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"config": "^3.0.0",
"node-fetch": "^2.6.0",
"tiny-chalk": "^2.0.0",
"transifexify": "^1.0.8",
"wikidata-sdk": "^7.6.1"
}
}