{
  "name": "trolleyhq",
  "version": "1.2.0",
  "description": "Trolley's JavaScript SDK",
  "keywords": [
    "Trolley",
    "PaymentRails",
    "Payment Rails"
  ],
  "author": "Trolley",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Trolley/javascript-sdk/issues",
    "email": "developer-tools@trolley.com"
  },
  "homepage": "https://github.com/Trolley/javascript-sdk/",
  "repository": {
    "type": "git",
    "url": "https://github.com/Trolley/javascript-sdk.git"
  },
  "main": "./dist/index",
  "types": "./dist/index",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "test": "mocha",
    "test:CI": "c8 --reporter=json --reporter=lcov --reporter=text mocha --no-config --spec 'test/unit/*Spec.ts' --require ts-node/register/transpile-only --timeout 15000",
    "build": "rm -rf dist/ && tsc && echo Done",
    "docs": "./node_modules/.bin/typedoc --mode file --name 'Trolley JavaScript SDK' --readme none --theme markdown --out docs --hideGenerator lib",
    "clean": "rm -rf dist/"
  },
  "dependencies": {
    "axios": "^1.16.1"
  },
  "devDependencies": {
    "@types/core-js": "^2.5.0",
    "@types/es6-promise": "^3.3.0",
    "@types/jasmine": "^4.3.0",
    "@types/mocha": "^10.0.0",
    "@types/node": "^20.6.0",
    "@types/sinon": "^10.0.0",
    "@types/uuid": "^9.0.0",
    "c8": "^10.1.2",
    "dotenv": "^16.3.0",
    "mocha": "^10.1.0",
    "nock": "^13.2.9",
    "sinon": "^16.0.0",
    "ts-node": "^10.9.0",
    "tslint": "^6.0.0",
    "typedoc": "^0.25.0",
    "typedoc-plugin-markdown": "^3.0.0",
    "typescript": "^5.2.0",
    "uuid": "^9.0.0"
  }
}
