-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
66 lines (66 loc) · 1.39 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "irctc-api",
"description": "An exclusive NodeJs only package built on top of IRCTC Website APIs to book train tickets, managing user profile faster and simpler from anywhere in the world",
"version": "3.0.3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/suryavaddiraju/irctc-api.git"
},
"license": "Apache-2.0",
"keywords": [
"irctc",
"api",
"irctc-api",
"indian",
"railway",
"railways",
"tatkal",
"booking",
"pnr",
"status",
"IR",
"IRCTC",
"train",
"rail",
"ticket",
"automate",
"software",
"module",
"package",
"fast"
],
"author": {
"name": "Vaddiraju Surya Teja",
"email": "[email protected]",
"url": "http://github.com/suryavaddiraju"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/suryavaddiraju"
},
"bugs": {
"url": "https://github.com/suryavaddiraju/irctc-api/issues"
},
"homepage": "https://dev.vaddiraju.in/irctc-api",
"files": [
"lib",
"LICENSE",
"README.md",
"package.json",
".npmignore"
],
"dependencies": {
"tough-cookie": "^5.0.0",
"undici": "^6.20.1"
},
"engines": {
"node": ">20.0.0",
"npm": ">10.0.0"
},
"main": "./lib/index.mjs",
"exports": "./lib/index.mjs",
"type": "module"
}