-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
35
{
"name": "panierbiosolidaire",
"version": "1.0.0",
"description": "Récupère les paniers de légumes toutes les semaines",
"main": "src/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patou/panierbiosolidaire.git"
},
"keywords": [
"playwright"
],
"author": "Patrice de Saint Steban <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/patou/panierbiosolidaire/issues"
},
"homepage": "https://github.com/patou/panierbiosolidaire#readme",
"devDependencies": {
"@types/node": "^22.13.8",
"playwright": "^1.50.1",
"prettier": "3.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.2"
},
"dependencies": {
"@types/mailgun-js": "^0.22.18",
"form-data": "^4.0.1",
"mailgun.js": "^12.0.0"
}
}