Files
global-game-jam-2021/client/package.json

33 lines
774 B
JSON

{
"name": "globagamejam2021",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdarius/global-game-jam-2021.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rdarius/global-game-jam-2021/issues"
},
"homepage": "https://github.com/rdarius/global-game-jam-2021#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"p5": "^1.2.0",
"socket.io": "^3.1.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/socket.io": "^2.1.13",
"@types/p5": "^0.9.1",
"typescript": "^4.1.3"
}
}