UNPKG

node-onesky-utils

Version:

Node.js utils for working with OneSky translation service. Original package from @brainly/onesky-utils

41 lines (40 loc) 983 B
{ "name": "node-onesky-utils", "version": "1.0.3", "description": "Node.js utils for working with OneSky translation service. Original package from @brainly/onesky-utils", "main": "index.js", "keywords": [ "onesky", "translation", "i18n", "localization", "api" ], "author": "eyyoung91 <young.yang.g@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/eyyoung91/node-onesky-utils.git" }, "bugs": { "url": "https://github.com/eyyoung91/node-onesky-utils/issues" }, "homepage": "https://github.com/eyyoung91/node-onesky-utils#readme", "scripts": { "test": "mocha test --require ./test/setup.js" }, "dependencies": { "axios": "^1.8.2", "form-data": "^4.0.2", "md5": "^2.3.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^10.4.0", "sinon": "^20.0.0", "sinon-chai": "^3.7.0" }, "resolutions": { "**/serialize-javascript": "^6.0.2" } }