fetch-lokalise
Version:
This is a simple helper for me to download and format translations from Lokalise.
39 lines (38 loc) • 804 B
JSON
{
"name": "fetch-lokalise",
"version": "1.9.2",
"author": "Matt Peng",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
"dist/"
],
"license": "MIT",
"keywords": [
"i18n",
"l10n",
"lokalise"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mattp0123/fetch-lokalise.git"
},
"homepage": "https://github.com/mattp0123/fetch-lokalise#readme",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"prepublishOnly": "npm run build",
"build": "rm -rf dist; tsc",
"pub": "npm publish"
},
"dependencies": {
"got": "^12.5.3"
},
"devDependencies": {
"@types/node": "^18.6.3",
"dotenv": "^16.0.1",
"typescript": "^4.7.4",
"vitest": "^0.20.3"
}
}