-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 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
36
37
{
"name": "api-trenitalia",
"version": "2.0.2",
"description": "Un modulo npm per l'utilizzo delle API di trenitalia messe a disposizione tramite il portale lefrecce.it Edit",
"main": "trenapi.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrinTragula/api-trenitalia.git"
},
"keywords": [
"trenitalia",
"lefrecce.it",
"treno",
"treni",
"api",
"viaggiatreno"
],
"author": "Trintragula (Daniele)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TrinTragula/api-trenitalia/issues"
},
"homepage": "https://github.com/TrinTragula/api-trenitalia#readme",
"dependencies": {
"axios": "^0.19.0",
"axios-cookiejar-support": "^0.5.0",
"tough-cookie": "^3.0.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.17.0",
"jest": "^24.9.0",
"moment": "^2.24.0"
}
}