{
  "name": "@spot-meetings/utils",
  "version": "0.0.3",
  "description": "Spot's utility functions.",
  "main": "lib/index.js",
  "scripts": {
    "test": "LOG_LEVEL=none nyc mocha -r ts-node/register 'test/**/*.spec.ts'",
    "postversion": "git push --follow-tags",
    "prepublish": "npm test",
    "prepack": "npm run build",
    "prebuild": "npm run clean",
    "clean": "rimraf lib",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SpotMeetings/utils.git"
  },
  "author": "Spot Meetings <info@meetwithspot.com> (https://meetwithspot.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SpotMeetings/utils/issues"
  },
  "homepage": "https://github.com/SpotMeetings/utils#readme",
  "devDependencies": {
    "@spot-meetings/code-style": "^0.4.1",
    "@types/faker": "^5.5.8",
    "@types/mocha": "^9.0.0",
    "@types/node": "^14.17.11",
    "@types/node-fetch": "^2.5.12",
    "@types/sinon": "^10.0.2",
    "chai": "^4.3.4",
    "faker": "^5.5.3",
    "mocha": "^9.1.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^11.1.2",
    "ts-node": "^10.2.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "lib/*"
  ],
  "keywords": [
    "spot",
    "meetings",
    "utility",
    "functions"
  ]
}
