Create package.json

This commit is contained in:
moom0o 2023-04-05 02:46:28 -04:00 committed by GitHub
parent 8c9876b433
commit 205bcb2548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
package.json Normal file
View File

@ -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"
}
}