{
  "name": "@studyportals/sp-hs-misc",
  "version": "2.18.0",
  "description": "Miscellaneous code used in HouseStark's projects",
  "scripts": {
    "test": "npm run build-node && npm run test-u-o && nyc report --reporter=text",
    "test-u": "npm run build-node && npm run test-u-o",
    "test-u-o": "nyc --all --silent mocha \"bin/tests-u/**/*.test.js\"",
    "build-node": "tsc --p tsconfig.node.json",
    "build-browser": "tsc && node babel.js ./.babelrc.browser.json ./bin-raw ./bin-browser",
    "build": "npm run build-node && npm run build-browser",
    "publish-package": "npm publish --otp=550308",
    "prepublishOnly": "npm run build && npm run test-u-o",
    "lint": "tslint 'src/**/*.ts'",
    "lint-fix": "tslint --fix 'src/**/*.ts'",
    "coverage": "nyc report --reporter=lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/studyportals/hs-misc.git"
  },
  "keywords": [
    "studyportals",
    "house",
    "stark"
  ],
  "author": "SPHouseStark",
  "license": "ISC",
  "homepage": "https://github.com/studyportals/hs-misc#readme",
  "devDependencies": {
    "@studyportals/sp-r2d2-interface": "^1.1.0",
    "@types/aws4": "^1.5.1",
    "@types/chai": "^4.1.7",
    "@types/js-cookie": "^2.1.0",
    "@types/node": "^16.9.4",
    "@types/qs": "^6.5.1",
    "@types/superagent": "^3.5.6",
    "babel-cli": "^6.26.0",
    "babel-env": "^2.4.1",
    "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-transform-dir": "^1.0.5",
    "chai": "^4.3.4",
    "mocha": "^9.1.1",
    "mocha-typescript": "1.1.12",
    "nyc": "^15.1.0",
    "read-json": "^1.0.3",
    "ts-node": "^8.1.0",
    "tslint": "^6.1.3",
    "typemoq": "^2.1.0",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "@aws-sdk/client-cognito-identity": "^3.438.0",
    "@aws-sdk/client-cognito-identity-provider": "^3.438.0",
    "@studyportals/sp-millennium-falcon": "^2.5.0",
    "amazon-cognito-identity-js": "^5.0.6",
    "aws4": "^1.7.0",
    "js-cookie": "^2.2.0",
    "qs": "^6.5.2",
    "superagent": "^3.8.3"
  }
}
