{
  "name": "@calf/dotypay",
  "version": "0.0.5-alpha",
  "description": "Dotypay module of Calf framework.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register test/test.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FilipMatys/Calf.git"
  },
  "keywords": [
    "calf",
    "framework",
    "dotypay"
  ],
  "author": "Filip Matys <matysfilip@gmail.com> (https://github.com/FilipMatys)",
  "license": "MIT",
  "peerDependencies": {
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/mocha": "^5.2.5",
    "@types/node": "^14.18.63",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "moment": "^2.30.1",
    "node-fetch": "^3.3.2",
    "ts-node": "^6.2.0",
    "typescript": "^3.9.7"
  }
}
