-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.53 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.53 KB
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
{
"name": "artifacts",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:schema && npm run build:messages && npm run build:packs && npm run build:supplemental",
"build:schema": "node ./src/build/schema.js",
"build:messages": "node ./src/build/messages.js",
"build:packs": "./bash-scripts/build-packs.sh",
"build:supplemental": "./bash-scripts/build-supplemental.sh",
"build:typography": "node ./src/build/typography/index.js",
"generate:sheet": "node ./src/generate/sheet.js",
"messages:include": "node ./src/messages/include.js",
"messages:migrate": "node ./src/messages/migrate.js",
"messages:include:test": "npm run messages:include -- -l es -n core -k itemCountSelected -k itemCount",
"messages:migrate:test": "npm run messages:migrate -- -l en",
"messages:migrate:test2": "npm run messages:migrate -- -l en",
"deploy": "ENV=staging ./bash-scripts/deploy.sh",
"deploy:dev": "ENV=staging ./bash-scripts/deploy.sh",
"deploy:prod": "ENV=production ./bash-scripts/deploy.sh"
},
"author": "Máté Homolya <mate.homolya@gmail.com>",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^5.0.1",
"@phensley/cldr": "^0.25.3",
"cli-progress": "^3.3.1",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"event-stream": "^4.0.1",
"fontkit": "^1.8.0",
"node-fetch": "^2.6.0",
"ramda": "^0.26.1",
"rimraf": "^3.0.0",
"yargs": "^14.2.0"
}
}