UNPKG

google-trans-api

Version:

use puppeteer to get google translate api

35 lines (34 loc) 783 B
{ "name": "google-trans-api", "version": "1.0.1", "description": "use puppeteer to get google translate api", "main": "dist/index.js", "scripts": { "build": "gulp", "test": "npm run build && mocha --reporter spec" }, "keywords": [ "translate", "trans", "api" ], "author": "燕南飞Liam", "license": "MIT", "devDependencies": { "@types/puppeteer": "^1.12.4", "chai": "^4.2.0", "gulp": "^4.0.2", "gulp-rename": "^1.4.0", "gulp-typescript": "^5.0.1", "mocha": "^6.1.4", "typescript": "^3.4.5" }, "repository": { "type": "git", "url": "https://github.com/aizuyan/google-trans-api.git" }, "homepage": "https://github.com/aizuyan/google-trans-api", "dependencies": { "puppeteer": "^1.15.0" } }