@apiverve/thesaurus
Version:
Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.
32 lines • 883 B
JSON
{
"name": "@apiverve/thesaurus",
"version": "1.1.9",
"description": "Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiverve/thesaurus-API.git"
},
"keywords": [
"thesaurus","thesaurus api","thesaurus tool","thesaurus software","thesaurus service"
],
"author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/apiverve/thesaurus-API/issues"
},
"homepage": "https://apiverve.com/marketplace/api/thesaurus?utm_source=npm",
"devDependencies": {
"mocha": "^11.0.1",
"chai": "^5.1.2",
"dotenv": "^16.4.7"
},
"dependencies": {
"node-fetch": "^3.3.2",
"promise": "^8.3.0",
"axios": "1.7.9"
}
}