UNPKG

@folder/synonyms

Version:

Get synonyms for a word from OpenAI GPT-3 or GPT-4, or the WordsAPI. Optionally breaks hyphenated words into their parts and gets synonyms for each one. API and CLI.

69 lines (68 loc) 1.33 kB
{ "name": "@folder/synonyms", "version": "2.0.2", "license": "MIT", "description": "Get synonyms for a word from OpenAI GPT-3 or GPT-4, or the WordsAPI. Optionally breaks hyphenated words into their parts and gets synonyms for each one. API and CLI.", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "folder/synonyms", "homepage": "https://github.com/folder/synonyms", "bugs": { "url": "https://github.com/folder/synonyms/issues" }, "main": "index.js", "bin": { "synonyms": "./bin/cli.js" }, "scripts": { "test": "mocha test/*.js" }, "dependencies": { "dotenv": "^16.3.1", "minimist": "^1.2.8" }, "devDependencies": { "gulp-format-md": "^2.0.0", "mocha": "^10.2.0" }, "keywords": [ "synonyms", "thesaurus", "dictionary", "word", "words", "synonym", "language", "english", "api", "gpt-3", "gpt-4", "openai", "wordsapi", "words-api", "ai", "llm", "chatgpt" ], "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "get-pkg" ] }, "reflinks": [ "get-pkg" ], "lint": { "reflinks": true } } }