-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "sutom",
"version": "1.0.0",
"description": "Jeu de lettres en ligne (et en français)",
"main": "js/main.js",
"dependencies": {
"@types/express": "^4.17.13",
"express": "^4.17.2",
"readline-sync": "^1.4.10",
"requirejs": "^2.3.6",
"typescript": "^4.5.4"
},
"devDependencies": {
"ts-node-dev": "^1.1.8",
"tsc-watch": "^4.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node public/js/server.js",
"start:dev": "tsc && node public/js/server.js & tsc-watch"
},
"keywords": [
"wordle",
"letters",
"word",
"word game"
],
"author": "JonathanMM <jonathanmm@free.fr>",
"repository": "https://framagit.org/JonathanMM/sutom",
"license": "MIT"
}