-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 880 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": "stible",
"version": "1.0.0",
"description": "## FR C'est un Wordle, mais avec les arrêts de la STIB.",
"main": "index.js",
"engines": {
"node": "18.x",
"npm": "8.x"
},
"scripts": {
"start": "node controller.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piracope/STIBle.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/piracope/STIBle/issues"
},
"homepage": "https://github.com/piracope/STIBle#readme",
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.32"
},
"dependencies": {
"dotenv": "^16.0.1",
"eslint": "^8.15.0",
"node-schedule": "^2.1.0"
}
}