Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gpt3", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple CLI tool to interface with OpenAI's beta API", | ||
"main": "index.js", | ||
"bin": { | ||
"gpt3": "./src/bin/index.js" | ||
"gpt3": "./dist/bin/index.js" | ||
}, | ||
@@ -18,3 +18,11 @@ "scripts": { | ||
}, | ||
"keywords": ["gpt", "ai", "machine", "learning", "agi", "completion", "text"], | ||
"keywords": [ | ||
"gpt", | ||
"ai", | ||
"machine", | ||
"learning", | ||
"agi", | ||
"completion", | ||
"text" | ||
], | ||
"author": "Michael Poteat <me@mpote.at>", | ||
@@ -21,0 +29,0 @@ "license": "MIT", |
6471