Rianofc commited on
Commit
62981a8
·
verified ·
1 Parent(s): db46c46

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -2
package.json CHANGED
@@ -2,9 +2,9 @@
2
  "name": "aio-downloader",
3
  "version": "1.0.0",
4
  "description": "All-in-one downloader service with URL shortening and proxy functionality",
5
- "main": "aio-downloader.js",
6
  "scripts": {
7
- "start": "node aio-downloader.js",
8
  "dev": "nodemon aio-downloader.js"
9
  },
10
  "dependencies": {
 
2
  "name": "aio-downloader",
3
  "version": "1.0.0",
4
  "description": "All-in-one downloader service with URL shortening and proxy functionality",
5
+ "main": "app.js",
6
  "scripts": {
7
+ "start": "node app.js",
8
  "dev": "nodemon aio-downloader.js"
9
  },
10
  "dependencies": {