Delete package.json
Browse files- package.json +0 -19
package.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "qwen2api",
|
3 |
-
"version": "1.0.0",
|
4 |
-
"main": "index.js",
|
5 |
-
"scripts": {
|
6 |
-
"start": "node --watch src/index.js"
|
7 |
-
},
|
8 |
-
"keywords": [],
|
9 |
-
"author": "",
|
10 |
-
"license": "ISC",
|
11 |
-
"description": "",
|
12 |
-
"dependencies": {
|
13 |
-
"axios": "^1.7.9",
|
14 |
-
"body-parser": "^1.20.3",
|
15 |
-
"express": "^4.21.2",
|
16 |
-
"form-data": "^4.0.2",
|
17 |
-
"uuid": "^11.1.0"
|
18 |
-
}
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|