UNPKG

srtrain

Version:
45 lines (44 loc) 1.08 kB
{ "name": "srtrain", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/danieluhm2004/srtrain.git", "homepage": "https://github.com/danieluhm2004/srtrain#readme", "author": "danieluhm2004 <iam@dan.al>", "license": "MIT", "bugs": { "url": "https://github.com/danieluhm2004/srtrain/issues" }, "keywords": [ "srtrain", "srt", "korea", "sdk", "api", "에스알티", "코레일" ], "scripts": { "start": "node .", "start:dev": "tsc-watch --onSuccess \"node dist/index.js\"", "build": "rimraf dist && tsc" }, "dependencies": { "axios": "^1.4.0", "axios-cookiejar-support": "^4.0.7", "lodash": "^4.17.21", "moment": "^2.29.4", "random-useragent": "^0.5.0", "tough-cookie": "^4.1.3" }, "devDependencies": { "@types/lodash": "^4.14.197", "@types/moment": "^2.13.0", "@types/random-useragent": "^0.3.1", "@types/tough-cookie": "^4.0.2", "rimraf": "^5.0.1", "tsc-watch": "^6.0.4", "typescript": "^5.1.6" } }