-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 899 Bytes
/
package.json
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
32
33
{
"name": "daisign-api",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.16",
"bplist-parser": "^0.3.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"multer": "^1.4.5-lts.1",
"plist": "^3.1.0",
"winston": "^3.17.0"
},
"description": "## Max IPA upload size is 2GB you can change that in the code if you wanna use it for your own site/locally",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/daisuke1227/DaiSign-API.git"
},
"type": "commonjs",
"bugs": {
"url": "https://github.com/daisuke1227/DaiSign-API/issues"
},
"homepage": "https://github.com/daisuke1227/DaiSign-API#readme"
}