2 "name": "@proton/i18n",
3 "description": "CLI to extract/validate translations from the code",
9 "proton-i18n": "index.js"
12 "build": "./scripts/build.sh",
13 "lint": "eslint lib index.js config.js --ext .js --quiet --cache",
14 "pretty": "prettier --write $(find lib/ index.js -type f -name '*.js')",
15 "test": "./test/test-linter.sh* && ./test/test-validator.sh",
16 "test:ci": "yarn test"
21 "gettext-parser": "^7.0.1",
23 "ttag-cli": "^1.10.12"
26 "cross-env": "^7.0.3",