Create package.json
This commit is contained in:
parent
8c9876b433
commit
205bcb2548
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "photospherestudio",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "moo",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"body-parser": "^1.20.1",
|
||||||
|
"cookie-parser": "^1.4.6",
|
||||||
|
"express": "^4.18.2",
|
||||||
|
"express-fileupload": "^1.4.0",
|
||||||
|
"open": "^8.4.0",
|
||||||
|
"request": "^2.88.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue