Skip to content

Commit a7cd27c

Browse files
committed
chore: remove unused attributes
1 parent f935ea1 commit a7cd27c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
{
22
"name": "backend-pendaftaran-kolu",
3-
"version": "1.1.0",
4-
"description": "Backend Web Pendaftaran KoLU",
3+
"private": true,
54
"main": "dist/app.js",
65
"scripts": {
76
"dev": "nodemon dist/app.js",
87
"start": "node dist/app.js"
98
},
10-
"keywords": [
11-
"node",
12-
"typescript",
13-
"express",
14-
"gmailer",
15-
"nodemailer"
16-
],
17-
"author": "mramirid",
18-
"license": "ISC",
199
"dependencies": {
2010
"body-parser": "^1.19.0",
2111
"cors": "^2.8.5",

0 commit comments

Comments
 (0)