{
  "name": "noticebord-client",
  "version": "1.0.2",
  "description": "The official Typescript client library for the Noticebord API.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/noticebord/client-typescript",
  "author": "sixpeteunder",
  "license": "MIT",
  "scripts": {
    "build": "tsc", 
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@types/humps": "^2.0.1",
    "axios": "^0.26.1",
    "humps": "^2.0.1"
  },
  "files": [
    "lib/**/*"
  ]
}
