Mahfujul commited on
Commit
2c5ee36
1 Parent(s): e860486

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -2
package.json CHANGED
@@ -18,11 +18,11 @@
18
  "tsconfig-paths": "^4.2.0"
19
  },
20
  "scripts": {
21
- "start": "node main.ts",
22
  "test": "nodemon test.ts"
23
  },
24
  "keywords": [],
25
  "author": "ruriko123",
26
  "license": "ISC",
27
  "description": ""
28
- }
 
18
  "tsconfig-paths": "^4.2.0"
19
  },
20
  "scripts": {
21
+ "start": "nodemon main.ts",
22
  "test": "nodemon test.ts"
23
  },
24
  "keywords": [],
25
  "author": "ruriko123",
26
  "license": "ISC",
27
  "description": ""
28
+ }