{
  "name": "@theidentityselector/thiss-ds",
  "version": "3.0.3",
  "description": "A set of clients for the thiss.io service",
  "main": "dist/thiss-ds.js",
  "homepage": "https://thiss.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheIdentitySelector/thiss-ds-js"
  },
  "bugs": {
    "url": "https://github.com/TheIdentitySelector/thiss-ds-js/issues"
  },
  "scripts": {
    "test": "./node_modules/.bin/nyc --reporter=lcov -- ./node_modules/mocha/bin/_mocha --require @babel/register",
    "lint": "node_modules/.bin/goodparts src",
    "cover": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
    "start": "webpack-dev-server --open --config webpack.dev.js",
    "build": "webpack --config webpack.prod.js",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "author": "Leif Johansson <leifj@sunet.se>",
  "license": "BSD-2-Clause",
  "dependencies": {
    "post-robot": "==10.0.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.24.8",
    "@babel/preset-env": "^7.24.8",
    "@babel/register": "^7.24.6",
    "babel-loader": "^9.1.3",
    "chai": "^5.1.1",
    "clean-webpack-plugin": "^4.0.0",
    "core-js": "^3.38.1",
    "coveralls": "^3.1.1",
    "dotenv-webpack": "^8.0.1",
    "fetch-mock": "^11.1.3",
    "html-webpack-plugin": "^5.6.0",
    "isomorphic-fetch": "^3.0.0",
    "jsdom": "^25.0.0",
    "mocha": "^10.7.3",
    "nyc": "^17.0.0",
    "snyk": "^1.1293.0",
    "webpack": "^5.93.0",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4",
    "webpack-merge": "^6.0.1"
  },
  "snyk": true
}
