{
  "name": "konnektive-engine",
  "version": "0.3.92",
  "description": "",
  "files": [
    "dist/*.js",
    "dist/**/*.js"
  ],
  "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",
    "publish": "npm run build:prod && npm publish",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix"
  },
  "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-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",
    "npm-watch": "^0.11.0",
    "rimraf": "^3.0.2",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.10.0"
  }
}