Spaces:
Running
Running
File size: 921 Bytes
038b679 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
{
"name": "open-google-translator",
"version": "1.0.5",
"description": "A versatile and easy-to-use NPM package that leverages the power of the Google Translator API",
"main": "src/index.js",
"types": "types.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"build": "browserify src/index.js -o dist/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vidya-hub/open-google-translator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vidya-hub/open-google-translator/issues"
},
"homepage": "https://github.com/vidya-hub/open-google-translator#readme",
"keywords": [
"translator",
"google-translator",
"free-google-translator",
"open-google-translator",
"translate"
],
"devDependencies": {
"@types/node": "^20.14.11",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}
|