{
  "name": "@smash-sdk/core",
  "version": "3.0.2",
  "description": "Smash Sdk Core",
  "author": "Smash & Co",
  "files": [
    "dist/cjs",
    "dist/es",
    "README.md"
  ],
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "sideEffects": false,
  "scripts": {
    "prebuild": "node -p \"'export const version = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "build": "npm run clean && npm run prebuild && npm i --silent && npm run build:cjs && npm run build:es && npm run test",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:es": "tsc -p tsconfig.es.json",
    "clean": "rm -rf ./dist", 
    "test": "jest",
    "test:coverage": "jest --coverage",
    "transpile": "tsc"
  },
  "keywords": [
    "smash",
    "sdk",
    "core"
  ],
  "devDependencies": {
    "@tsconfig/node16": "^16.1.3",
    "@types/jest": "^28.1.8",
    "@types/node": "^17.0.45",
    "@types/qs": "^6.9.18",
    "eslint-plugin-jest": "^24.7.0",
    "jest": "^28.0.8",
    "jest-extended": "^0.11.5",
    "rimraf": "^6.0.1",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "axios": "^0.30.0",
    "axios-retry": "^3.3.1",
    "fast-xml-parser": "^4.0.11",
    "qs": "^6.14.0"
  },
  "license": "MIT"
}
