Files
Puissance4/package.json
dependabot[bot] 8e4f128291 Bump ws from 7.4.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 00:52:25 +00:00

28 lines
615 B
JSON

{
"name": "Puissance4",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@dzeio/dom-manager": "^1.2.3",
"@dzeio/listener": "^1.0.0",
"@types/express": "^4.17.9",
"@types/ws": "^7.4.0",
"express": "^4.17.1",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3",
"ws": "^7.4.6"
},
"scripts": {
"start": "ts-node main.ts",
"dev-front": "parcel front-src/index.html",
"build-front": "parcel build front-src/index.html --out-dir public",
"dev": "ts-node-dev main.ts"
},
"devDependencies": {
"parcel": "^1.12.4"
}
}