{
  "name": "konnektive-one",
  "version": "1.2.3",
  "description": "Konnektive / CheckoutChamp checkout engine \u2014 single-bundle (jQuery + sweetalert2). Load dist/engine.js with a data-config attribute pointing at your OPconfig.js.",
  "main": "dist/engine.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/envisia-group/konnektive-one.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "rm": "rimraf ./dist",
    "build": "npm run rm && webpack --color --progress --mode=development",
    "build:prod": "npm run rm && NODE_ENV=production webpack --color --progress --mode=production",
    "watch": "npm run build -- --watch",
    "dev": "concurrently \"npm run serve\" \"npm run watch\"",
    "serve": "http-server ./dist -a 0.0.0.0 -p 3000",
    "release": "npm run build:prod && npm publish",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.js$": [
        "babel-jest",
        {
          "babelrc": false,
          "configFile": false,
          "presets": [
            "@babel/preset-env"
          ]
        }
      ]
    },
    "setupFiles": [
      "<rootDir>/tests/setup-storage.js"
    ]
  },
  "author": "brunoferreiras",
  "license": "ISC",
  "dependencies": {
    "jquery": "^3.6.2",
    "sweetalert2": "^11.4.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "babel-jest": "^30.4.1",
    "babel-loader": "^8.2.4",
    "babel-preset-minify": "^0.5.1",
    "concurrently": "^7.1.0",
    "eslint": "^8.13.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "glob": "^7.2.0",
    "http-server": "^14.1.0",
    "jest": "^30.4.2",
    "npm-watch": "^0.11.0",
    "rimraf": "^3.0.2",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.10.0"
  }
}
