UNPKG

irctc-connect

Version:

⚠️ DEPRECATED: This package has been renamed to `railkit`. It still works for now but will not receive updates. Please migrate to `railkit` as soon as possible.

57 lines (56 loc) 1.68 kB
{ "name": "irctc-connect", "version": "3.3.2", "description": "⚠️ DEPRECATED: This package has been renamed to `railkit`. It still works for now but will not receive updates. Please migrate to `railkit` as soon as possible.", "keywords": [ "irctc", "pnr-status", "railway", "irctc-connect", "deprecated", "renamed", "railkit", "train", "indian railways", "train-status", "railway-api", "pnr-checker", "train-schedules", "irctc api", "railway data", "train-booking", "station-codes", "live-train-status", "nodejs", "api-wrapper", "india" ], "homepage": "https://railkit.rajivdubey.dev/", "bugs": { "url": "https://github.com/RAJIV81205/RailKit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/RAJIV81205/RailKit.git" }, "license": "ISC", "author": "Rajiv81205", "type": "module", "main": "index.obfuscated.js", "types": "index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.obfuscated.js", "default": "./index.obfuscated.js" }, "./package.json": "./package.json" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.js", "obfuscate": "npx javascript-obfuscator index.js --output index.obfuscated.js --compact true --string-array true --string-array-encoding base64 --rename-globals false --control-flow-flattening false --dead-code-injection false", "postinstall": "node postinstall.js" }, "deprecated": "Package renamed to `railkit`. Install with: npm install railkit — see https://railkit.rajivdubey.dev" }