Skip to content

Commit bba220a

Browse files
committed
fulfill package info
1 parent be9b62f commit bba220a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"name": "nodejs-prom-exporter",
3+
"version": "0.0.1",
4+
"type": "module",
5+
"main": "index.js",
6+
"author": {
7+
"name": "Dicoding Indonesia",
8+
"email": "dev@dicoding.com"
9+
},
10+
"scripts": {
11+
"start": "node ."
12+
},
213
"dependencies": {
314
"express": "^4.18.2",
415
"prom-client": "^14.2.0"

0 commit comments

Comments
 (0)