feat: Translation Get Script From API
parents
Showing
.gitignore
0 → 100644
api.js
0 → 100644
fillEmptyKeys.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "translation-get", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
"custom-env": "^2.0.1", | ||
"form-data": "^3.0.0", | ||
"qs": "^6.9.1" | ||
}, | ||
"devDependencies": { | ||
"dotenv": "^8.2.0" | ||
} | ||
} |
readme.md
0 → 100644
Please register or sign in to comment