{
  "name": "startup-55",
  "version": "0.2.22",
  "description": "Startup 55 (Pty) Ltd",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "prettier --write --config prettier.config.js --list-different src/**/*.ts",
    "start": "npm run build && node dist/test.js",
    "test": "npm run build && mocha dist/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://dev.azure.com/startup-55"
  },
  "author": "Startup 55 (Pty) Ltd",
  "license": "MIT",
  "devDependencies": {
    "@types/assert": "^1.5.6",
    "@types/mocha": "^9.1.1",
    "assert": "^2.0.0",
    "mocha": "^9.2.2",
    "prettier": "^2.6.2",
    "tslint": "^6.1.3",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "ts-md5": "^1.2.11"
  }
}
