deepak191z commited on
Commit
ab950e1
·
verified ·
1 Parent(s): ecb8429

Delete package.json

Browse files
Files changed (1) hide show
  1. package.json +0 -16
package.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "name": "apk-debugger",
3
- "version": "1.0.0",
4
- "description": "A simple Express.js app to debug APK files with a 500MB upload limit",
5
- "main": "server.js",
6
- "scripts": {
7
- "start": "node index.js"
8
- },
9
- "author": "Your Name",
10
- "license": "ISC",
11
- "dependencies": {
12
- "express": "^4.18.2",
13
- "express-fileupload": "^1.4.0",
14
- "rimraf": "^5.0.5"
15
- }
16
- }