summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-22 18:38:28 +0200
committerJulien Dessaux2022-10-22 18:38:28 +0200
commit9c464327fa0c026d638efa82af03710b5b6973b1 (patch)
treed21505325288930ffbd29d24d2b1f33c4cc6759b /package.json
parentCompute words and points from placed letters (diff)
downloadjeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.tar.gz
jeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.tar.bz2
jeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.zip
Began writing an express backend
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f426d6c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "jeux-de-mots",
+ "version": "0.0.1",
+ "description": "a scrabble like web game",
+ "author": "Julien <Adyxax> Dessaux",
+ "license": "EUPL 1.2",
+ "type": "module",
+ "devDependencies": {
+ "eslint": "^8.25.0",
+ "eslint-plugin-node": "^11.1.0",
+ "nodemon": "^2.0.20"
+ },
+ "dependencies": {
+ "ejs": "^3.1.8",
+ "express": "^4.18.2"
+ }
+}