{ "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": { "express": "^4.17.1", "knex": "^0.95.4", "sqlite3": "^5.0.2", "uuid": "^8.3.2" }, "scripts": { "start": "nodemon src/index.ts", "build": "tsc --project .", "test": "jest --watch --config ./jest.config.json" }, "devDependencies": { "@types/express": "^4.17.11", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "jest": "^26.6.3", "nodemon": "^2.0.7", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }