UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@kiwicom/translations",
3 "version": "1.601.229",
4 "description": "Translations used by kiwi.com products",
5 "main": "index.js",
6 "author": "kiwi.com",
7 "scripts": {
8 "new-translations": "node src/new-translations.js",
9 "release": "export DEBUG=* && semantic-release --no-ci",
10 "prepack": "node ./src/processTranslations.js",
11 "test": "node ./src/processTranslations.js",
12 "lint": "eslint .",
13 "update-PA-config": "node ./src/createPAconfig.js >.phraseapp.yml",
14 "update-index": "node ./src/createIndex.js >index.js"
15 },
16 "files": [
17 "index.js",
18 "lib/"
19 ],
20 "keywords": [
21 "translations"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "git@gitlab.skypicker.com:frontend/eloquent.git"
26 },
27 "devDependencies": {
28 "@semantic-release/exec": "^5.0.0",
29 "@semantic-release/git": "^9.0.0",
30 "@semantic-release/gitlab": "^6.0.2",
31 "conventional-changelog-eslint": "^3.0.4",
32 "eslint": "^6.8.0",
33 "eslint-config-airbnb-base": "^14.1.0",
34 "eslint-plugin-import": "^2.20.1",
35 "ramda": "^0.27.0",
36 "semantic-release": "^17.0.4"
37 },
38 "resolutions": {
39 "mem": ">=4.0.0",
40 "minimist": "1.2.5"
41 }
42}