-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 923 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
32
33
34
35
36
37
38
39
40
41
{
"name": "viaggiatreno-api",
"version": "1.0.0",
"description": "Strumenti per interagire con l'API di ViaggiaTreno.",
"keywords": [
"viaggiatreno",
"api",
"orari",
"stazioni",
"treni",
"trenitalia",
"trenord",
"tilo",
"regionale",
"intercity",
"frecciarossa",
"frecciargento",
"frecciabianca"
],
"homepage": "https://github.com/dltmtt/viaggiatreno-api",
"bugs": {
"url": "https://github.com/dltmtt/viaggiatreno-api/issues",
"email": "deltonmatteo@gmail.com"
},
"author": "Matteo Delton <deltonmatteo@gmail.com>",
"main": "src/index.js",
"type": "module",
"bin": {
"vt-api": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dltmtt/viaggiatreno-api.git"
},
"dependencies": {
"commander": "^15.0.0",
"ky": "^2.0.2",
"p-queue": "^9.3.3",
"temporal-polyfill": "^1.0.3"
}
}