{
  "name": "songwhip-cms",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "dev": "scripts/dev",
    "format": "prettier --write .",
    "test": "yarn test:format && yarn test:lint && yarn test:types && yarn test:unit",
    "test:format": "prettier --check .",
    "test:lint": "eslint '**/*.{ts,js}'",
    "test:unit": "jest",
    "test:types": "tsc --project tsconfig.json"
  },
  "devDependencies": {
    "@theorchard/songwhip-events": "^2.3.3",
    "@types/debug": "^4.1.7",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.180",
    "@types/node": "^14.14.21",
    "@types/node-fetch": "^2.5.8",
    "@typescript-eslint/eslint-plugin": "^5.15.0",
    "@typescript-eslint/parser": "^5.15.0",
    "@vercel/node": "^2.9.2",
    "eslint": "^8.11.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-jest": "^22.4.1",
    "jest": "^27.5.1",
    "lodash": "^4.17.21",
    "prettier": "^2.8.4",
    "ts-jest": "^27.1.3",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "debug": "^4.3.1",
    "node-fetch": "^2.6.1"
  }
}
