mancala/backend/package.json

40 lines
888 B
JSON

{
"name": "@mancala/backend",
"version": "0.4.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc",
"test": "jest",
"coverage": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mancala/core": "0.0.1",
"@types/cors": "^2.8.10",
"@types/morgan": "^1.9.3",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"mancala.js": "^0.0.2-beta.3",
"morgan": "^1.10.0",
"uuid": "^8.3.2",
"ws": "^7.5.0"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"jest": "^27.0.5",
"nodemon": "^2.0.7",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
}
}