UNPKG

1.23 kBJSONView Raw
1{
2 "name": "ts-national-rail-wrapper",
3 "version": "1.0.4",
4 "main": "lib/index.js",
5 "types": "lib/index.d.ts",
6 "files": [
7 "/lib"
8 ],
9 "scripts": {
10 "test": "jest --config jest.config.json --detectOpenHandles",
11 "lint": "eslint --ext .js,.ts,.tsx ./src",
12 "build": "tsc"
13 },
14 "repository": "git@github.com:rahman95/ts-national-rail-wrapper.git",
15 "author": "Rahman Younus <rahman_95@live.co.uk>",
16 "license": "MIT",
17 "keywords": [
18 "national-rail",
19 "darwin",
20 "trains",
21 "rail",
22 "typescript",
23 "ts",
24 "wrapper"
25 ],
26 "devDependencies": {
27 "@types/jest": "^24.0.25",
28 "@types/node": "^13.1.1",
29 "@typescript-eslint/eslint-plugin": "^2.13.0",
30 "@typescript-eslint/parser": "^2.13.0",
31 "@types/bluebird": "^3.5.29",
32 "dotenv": "^8.2.0",
33 "eslint": "^6.8.0",
34 "eslint-config-airbnb-typescript": "^6.3.1",
35 "eslint-config-prettier": "^6.9.0",
36 "eslint-plugin-import": "^2.19.1",
37 "eslint-plugin-prettier": "^3.1.2",
38 "husky": "^3.1.0",
39 "jest": "^24.9.0",
40 "prettier": "^1.19.1",
41 "ts-jest": "^24.2.0",
42 "ts-node": "^8.5.4",
43 "tsc": "^1.20150623.0",
44 "typescript": "^3.7.4"
45 },
46 "dependencies": {
47 "soap": "^0.30.0"
48 }
49}