-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 Bytes
/
package.json
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
32
33
34
{
"name": "pufa",
"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",
"express-interceptor": "^1.2.0",
"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": "./node_modules/.bin/tsc && node public/js/server.js & ./node_modules/.bin/tsc-watch",
"start:prod": "./utils/majATrouver.js && node public/js/server.js",
"build-and-start-prod": "./build.sh && npm run start:prod"
},
"keywords": [
"wordle",
"letters",
"word",
"word game"
],
"author": "JonathanMM <jonathanmm@free.fr>",
"repository": "https://github.com/afup/pufa",
"license": "MIT"
}