MISASI commited on
Commit
d1b2034
·
verified ·
1 Parent(s): 55f3775

Upload package.json

Browse files
Files changed (1) hide show
  1. package.json +26 -0
package.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "deeplx-serverless",
3
+ "version": "1.0.0",
4
+ "description": "DeepLX Free API for serverless",
5
+ "main": "translate.js",
6
+ "scripts": {
7
+ "start": "node server.js",
8
+ "zip": "zip -r dist.zip ./"
9
+ },
10
+ "keywords": [
11
+ "deeplx",
12
+ "deepl",
13
+ "translate",
14
+ "serverless"
15
+ ],
16
+ "license": "MIT",
17
+ "dependencies": {
18
+ "axios": "^1.6.3",
19
+ "body-parser": "^1.20.2",
20
+ "express": "^4.18.2",
21
+ "lodash": "^4.17.21",
22
+ "random-int": "^3.0.0",
23
+ "cors": "^2.8.5",
24
+ "fs": "^0.0.1-security"
25
+ }
26
+ }