chore: docs
Showing
{ | { | ||
"name": "chatgpt", | "name": "chatgpt", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"description": "Node.js wrapper around ChatGPT. Uses headless Chrome as a temporary solution until the official API is released.", | "description": "Node.js wrapper around ChatGPT. Uses headless Chrome until the official API is released.", | ||
"author": "Travis Fischer <travis@transitivebullsh.it>", | "author": "Travis Fischer <travis@transitivebullsh.it>", | ||
"repository": "transitive-bullshit/chatgpt-api", | "repository": "transitive-bullshit/chatgpt-api", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -46,7 +46,6 @@ | ... | @@ -46,7 +46,6 @@ |
"husky": "^8.0.2", | "husky": "^8.0.2", | ||
"lint-staged": "^13.0.3", | "lint-staged": "^13.0.3", | ||
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
"openapi-types": "^12.0.2", | |||
"ora": "^6.1.2", | "ora": "^6.1.2", | ||
"prettier": "^2.8.0", | "prettier": "^2.8.0", | ||
"tsup": "^6.5.0", | "tsup": "^6.5.0", | ||
... | ... |
Please register or sign in to comment