Newer
Older
{
"name": "ryoko",
"version": "0.1.0",
"description": "Ryoko is a project planning tool build with developers in mind",
"repository": "https://gitlab.inf.unibz.it/Roland.Bernard/wie_202021_csbillero11.git/",
"author": "Roland Bernard <rolbernard@unibz.it>",
"license": "MIT",
"private": true,
"main": "src/index.ts",
"dependencies": {
"@types/cors": "^2.8.10",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express-fileupload": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"sharp": "^0.28.1",
},
"scripts": {
"start": "nodemon src/index.ts",
"build": "tsc --project .",
"test": "jest --passWithNoTests --config ./jest.config.json"
},
"devDependencies": {
"@types/bcrypt": "^3.0.1",
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.11",
"@types/express-fileupload": "^1.1.6",
"@types/jest": "^26.0.22",
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "^14.14.37",
"@types/sharp": "^0.28.0",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}