textgears-api
Version:
Textgears API
32 lines (31 loc) • 575 B
JSON
{
"name": "textgears-api",
"version": "1.1.11",
"description": "Textgears API",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "nyc mocha"
},
"keywords": [
"textgears",
"spelling",
"grammar",
"text",
"check",
"correction",
"translation",
"paraphrase"
],
"author": "Alexander Yakovlev <insbrook@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"extend": "^3.0.2"
},
"devDependencies": {
"mocha": "^9.2.1",
"nyc": "^14.1.1",
"proxyquire": "^1.8.0"
}
}