Comparing version 1.0.0 to 1.0.1
@@ -16,2 +16,2 @@ import {IRCTC as main_class} from "./lib/workings.mjs"; | ||
}; | ||
export {IRCTC as default, IRCTC}; | ||
module.exports = {IRCTC}; |
{ | ||
"name": "irctc-api", | ||
"description": "A package built on top of IRCTC Website APIs to make train tickets , managing user profile faster and simpler. Currently this package only works on NodeJs environment and we were not recommending this to use on browser or any other Javascript environment.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -14,3 +14,7 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"keywords": ["irctc", "api", "irctc-api","indian railways","indian railway api","indian railway","indian railways api","tatkal","tatkal booking","tatkal booking api","tatkal booking irctc","pnr status","pnr","IR","IRCTC","train","ticket","booking","automate","software"], | ||
"author": "Vaddiraju Surya Teja <suryavaddiraju@proton.me> (http://github.com/suryavaddiraju)", | ||
"author": { | ||
"name": "Vaddiraju Surya Teja", | ||
"email": "suryavaddiraju@proton.me", | ||
"url": "http://github.com/suryavaddiraju" | ||
}, | ||
"bugs": { | ||
@@ -28,3 +32,4 @@ "url": "https://github.com/suryavaddiraju/irctc-api/issues" | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=20.0.0", | ||
"npm": ">=10.0.0" | ||
}, | ||
@@ -31,0 +36,0 @@ "main": "index.js", |
@@ -12,7 +12,7 @@ # irctc-api | ||
This Package uses [`viu`](https://github.com/atanunq/viu), A rust module uses iterm image protocol for displaying images. | ||
This Package uses [viu](https://github.com/atanunq/viu), A rust module uses iterm image protocol for displaying images. | ||
We use that for displaying captcha images on command line for login and bookings as to make your booking flow in a seamless way. | ||
Hence you are required to download the viu executable file related to your OS and Processor Architecture from the [viu release Assets](https://github.com/atanunq/viu/releases/latest) then rename the dwnloaded file to `viu.exe` and then add the folder where the `viu.exe` is stored in your environment variables. | ||
Hence you are required to download the viu executable file related to your OS and Processor Architecture from the [viu release Assets](https://github.com/atanunq/viu/releases/latest) then add the folder where the `viu` is stored in your environment variables. | ||
@@ -29,3 +29,3 @@ Remeber to add the folder path and not the viu.exe file path in your environment variables. | ||
```console | ||
viu example.jpeg -t | ||
$ viu example.jpeg -t | ||
``` | ||
@@ -106,3 +106,3 @@ | ||
This SDK is distributed under the | ||
This package is distributed under the | ||
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), | ||
@@ -109,0 +109,0 @@ see LICENSE for more information. |
182536