Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "chiriac2-backend",
"version": "0.0.1",
"description": "Chiriac2 backend project",
"main": "index.js",
"scripts": {
"test": "cross-env DB_DATABASE=test_db jest --testTimeout=10000",
"test:watch": "cross-env DB_DATABASE=test_db jest --watch",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.coventry.ac.uk/304CEM-2021SEPJAN/chiriac2-BackEnd.git"
},
"author": "Razvan Chiriac",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"bcrypt": "^5.0.0",
"jsonschema": "^1.4.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-passport": "^4.1.3",
"koa-router": "^9.4.0",
"passport-http": "^0.3.0",
"promise-mysql": "^4.1.3",
"role-acl": "^4.5.4"
},
"devDependencies": {
"cross-env": "^7.0.2",
"prettier": "2.1.2"
}
}