{
  "name": "stelace",
  "version": "0.14.0",
  "description": "Server and front-end client for Stelace API",
  "main": "dist/stelace.node.js",
  "module": "dist/es-modules/stelace.js",
  "jsnext:main": "dist/es-modules/stelace.js",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && npm run build:modules && npm run build:standalone",
    "build:modules": "BABEL_ENV=modules babel lib -d dist/es-modules/",
    "build:standalone": "NODE_ENV=development webpack && NODE_ENV=production webpack",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "BABEL_ENV=test node ./test/runner | tap-spec",
    "test:ci": "BABEL_ENV=test node ./test/runner | tap-xunit",
    "test:browser-local": "BABEL_ENV=test karma start karma.conf.local.js",
    "test:prepush": "npm run build && npm run test",
    "release": "standard-version"
  },
  "author": "Stelace Team",
  "license": "MIT",
  "homepage": "https://stelace.com",
  "keywords": [
    "api",
    "stelace",
    "platform",
    "marketplace",
    "javascript",
    "sdk",
    "stelace-js-sdk"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stelace/stelace.js"
  },
  "bugs": "https://github.com/stelace/stelace.js/issues",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/runtime": "^7.8.3",
    "axios": "^0.19.0",
    "core-js": "^3.0.0",
    "jwt-decode": "^2.2.0",
    "localstorage-memory": "^1.0.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.4.0",
    "babel-eslint": "^10.0.0",
    "babel-loader": "^8.0.0",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-plugin-inline-replace-variables": "^1.3.1",
    "babel-plugin-lodash": "^3.3.4",
    "blue-tape": "^1.0.0",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "husky": "^4.2.1",
    "jsonwebtoken": "^8.3.0",
    "karma": "^5.0.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-tap": "^4.1.4",
    "karma-webpack": "^4.0.2",
    "lint-staged": "^10.0.0",
    "lodash": "^4.17.14",
    "moxios": "^0.4.0",
    "require-all": "^3.0.0",
    "rimraf": "^3.0.0",
    "sinon": "^9.0.0",
    "standard-version": "^8.0.0",
    "tap-spec": "^5.0.0",
    "tap-xunit": "^2.3.0",
    "webpack": "^4.20.2",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.1.1"
  },
  "engines": {
    "node": ">=10.18"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "standard-version": {
    "skip": {
      "commit": true
    }
  }
}
