NEW
This commit is contained in:
28
backend/image/x86/package.json
Normal file
28
backend/image/x86/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon server.js",
|
||||
"test": "jest --runInBand"
|
||||
},
|
||||
"author": "Team Faktotum",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"ejs": "^3.1.6",
|
||||
"express": "^4.17.1",
|
||||
"express-ejs-layouts": "^2.5.1",
|
||||
"fs": "^0.0.1-security",
|
||||
"pdfkit": "^0.13.0",
|
||||
"sequelize": "^6.12.0-beta.3",
|
||||
"sqlite3": "^5.0.2",
|
||||
"svg-to-pdfkit": "^0.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^27.4.3",
|
||||
"nodemon": "^2.0.15",
|
||||
"supertest": "^6.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user