Spaces:
Runtime error
Runtime error
Create package.json
Browse files- package.json +13 -0
package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "dev-mode-javascript",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"main": "index.js",
|
| 5 |
+
"scripts": {
|
| 6 |
+
"test": "echo \"Error: no test specified\" && exit 1"
|
| 7 |
+
},
|
| 8 |
+
"author": "",
|
| 9 |
+
"license": "ISC",
|
| 10 |
+
"description": "",
|
| 11 |
+
"dependencies": {
|
| 12 |
+
"express": "^4.19.2"
|
| 13 |
+
}
|