pull/610/head
LiYang 2023-12-29 12:07:17 +08:00
rodzic e20ddacf24
commit f860d9dbec
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "chatgpt-better",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js client for the official ChatGPT API.",
"author": "LiYang <cctv1005s@gmail.com>",
"repository": "cctv1005s/chatgpt-api",
@ -35,7 +35,8 @@
"prepare": "husky install",
"pre-commit": "lint-staged",
"test": "run-p test:*",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
"prepublishOnly": "yarn build"
},
"dependencies": {
"cac": "^6.7.14",