23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "passes",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "ppechenkoo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"cookie": "^0.6.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.4.4",
|
|
"express": "^4.18.2",
|
|
"form-data": "^4.0.0",
|
|
"fs": "^0.0.1-security",
|
|
"handlebars": "^4.7.8",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|