Spaces:
Sleeping
Sleeping
Initial Draft
Browse files- package.json +12 -0
package.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "node-hello",
|
3 |
+
"version": "0.0.1",
|
4 |
+
"description": "Node.js Hello For Huggingface",
|
5 |
+
"author": "Rahul Kiran Gaddam",
|
6 |
+
"dependencies": {
|
7 |
+
"express": "4.16.1"
|
8 |
+
},
|
9 |
+
"scripts": {
|
10 |
+
"start": "node ./index.js"
|
11 |
+
}
|
12 |
+
}
|