-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
29 lines (29 loc) · 921 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
{
"name": "scratch-si-wolof",
"version": "1.0.0",
"description": "Script pour maintenir la traduction en wolof de Scratch",
"main": "index.js",
"scripts": {
"token": "echo \"$(grep TX_TOKEN .env | cut -d '=' -f2)\"",
"init": "sudo tx init --token=$(grep TX_TOKEN .env | cut -d '=' -f2)",
"config": "sudo tx config mapping-remote https://www.transifex.com/llk/scratch-editor/",
"pull": "sudo tx pull -l wo",
"propose": "git commit -a && git push",
"recover": "git pull",
"push": "npm run propose && (sudo tx push -t)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaayCoder/Scratch-si-wolof.git"
},
"keywords": [
"Scratch",
"Wolof"
],
"author": "Mamadou Diagne",
"license": "MIT",
"bugs": {
"url": "https://github.com/KaayCoder/Scratch-si-wolof/issues"
},
"homepage": "https://github.com/KaayCoder/Scratch-si-wolof#readme"
}