@apiverve/thesaurus
Version:
Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.
48 lines • 1.07 kB
JSON
{
"name": "@apiverve/thesaurus",
"version": "1.1.14",
"description": "Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.",
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"scripts": {
"test": "mocha",
"example": "node examples/basic.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiverve/thesaurus-api.git",
"directory": "npm"
},
"keywords": [
""
],
"author": {
"name": "APIVerve",
"email": "hello@apiverve.com",
"url": "https://apiverve.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apiverve/thesaurus-api/issues"
},
"homepage": "https://thesaurus.apiverve.com?utm_source=npm&utm_medium=homepage",
"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.13.2"
}
}