ccashfrontend/package.json

41 lines
1,003 B
JSON

{
"dependencies": {
"@fastify/cookie": "^9.1.0",
"@fastify/flash": "^5.1.0",
"@fastify/formbody": "^7.4.0",
"@fastify/secure-session": "^7.1.0",
"@fastify/session": "^10.5.0",
"@fastify/static": "^6.11.2",
"@fastify/view": "^8.2.0",
"dotenv": "^16.3.1",
"express-validator": "^6.14.2",
"fastify": "^4.24.2",
"fastify-tls-keygen": "^1.1.0",
"https": "^1.0.0",
"path": "^0.12.7",
"pino-pretty": "^10.2.3",
"pug": "^3.0.2",
"url": "^0.11.3"
},
"name": "ccashfrontend",
"description": "",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Expand-sys/ccashfrontend.git"
},
"author": "Expand",
"license": "ISC",
"bugs": {
"url": "https://github.com/Expand-sys/ccashfrontend/issues"
},
"homepage": "https://github.com/Expand-sys/ccashfrontend#readme",
"engines": {
"node": "18.x"
},
"build": {},
"scripts": {
"start": "node index.js"
}
}