You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
512 B
JSON

{
"name": "anka_anvil",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon npm index.js",
"start": "node index.js"
},
"author": "Selcuk Sari",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"pdf-lib": "^1.17.1",
"pug": "^3.0.2",
"xterm": "^4.18.0"
},
"devDependencies": {
"nodemon": "^2.0.18"
}
}