-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "chatgptreversed",
"version": "0.2.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup --minify",
"publish": "npm run build && npm publish",
"test": "vitest --disable-console-intercept"
},
"author": "gin337",
"license": "MIT",
"homepage": "https://github.com/gin337/ChatGPTReversed",
"repository": {
"url": "https://github.com/gin337/ChatGPTReversed"
},
"description": "Free ChatGPT API reversed and simplified",
"keywords": [
"chatgpt",
"chatgpt api",
"chatgpt proxy",
"openai"
],
"devDependencies": {
"@types/node": "^20.14.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^3.0.4"
}
}