mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
6feb2a8b1d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
24 lines
633 B
JSON
24 lines
633 B
JSON
{
|
|
"name": "@verdaccio/crowdin-translations",
|
|
"version": "1.0.0",
|
|
"bin": {
|
|
"local-crowdin-api": "./index.js"
|
|
},
|
|
"private": "true",
|
|
"description": "update translations percentage for website data",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clipanion": "3.2.1",
|
|
"@crowdin/crowdin-api-client": "1.29.5"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "10.9.2"
|
|
}
|
|
}
|