{
  "name": "@mybus/ticketing",
  "version": "2.1.5",
  "license": "UNLICENSED",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "check-dependencies": "../../bin/check-dependencies",
    "clean": "rm -rf dist node_modules src/graphql-client/**/generated.ts tsconfig.build.*",
    "format": "prettier --ignore-path ../../.prettierignore --write '**/*.ts'",
    "format:check": "prettier --ignore-path ../../.prettierignore --list-different '**/*.ts'",
    "lint": "eslint src --ext .ts -c ../../.eslintrc.js --ignore-path ../../.eslintignore",
    "npm:publish": "npm-publish",
    "test": "jest --config ../../jest.config.js --rootDir src",
    "test:cov": "yarn test --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register jest --runInBand --config ../../jest.config.js --rootDir src",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "@mybus/spatial": "*",
    "@peculiar/asn1-schema": "^2.0.44",
    "geojson": "^0.5.0",
    "moment": "^2.29.3",
    "uuid": "^9.0.1",
    "dayjs": "^1.11.13"
  },
  "devDependencies": {
    "@nestjs/cli": "^10.3.2",
    "@nestjs/schematics": "^10.1.1",
    "@nestjs/testing": "^10.3.9",
    "@types/geojson": "^7946.0.14",
    "@types/jest": "^29.5.12",
    "@types/supertest": "^2.0.11",
    "jest": "^29.7.0",
    "jest-sonar-reporter": "^2.0.0",
    "supertest": "^7.0.0",
    "ts-jest": "29.1.4",
    "ts-loader": "^9.5.1",
    "ts-md5": "^1.3.1",
    "ts-node": "^10.8.1",
    "tsconfig-paths": "^3.12.0",
    "typescript": "4.9.5"
  }
}
