{
  "name": "@feeba/types",
  "version": "2.0.1",
  "description": "Types for common usage",
  "author": "Feeba <admin@feeba.io>",
  "homepage": "https://github.com/feebaio/feeba-service/tree/main/packages/types#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feebaio/feeba-service.git"
  },
  "bugs": {
    "url": "https://github.com/feebaio/feeba-service/issues"
  },
  "devDependencies": {
    "@types/node": "^18.16.16",
    "nodemon": "^2.0.20",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.4"
  },
  "scripts": {
    "_phase:build": "tsc --build --verbose",
    "start": "npm run build",
    "test": "node ./__tests__/types.test.js",
    "build": "tsc --build --verbose ",
    "clean": "rm -rf ./lib && rm -rf ./node_modules && rm -f package-lock.json",
    "watch": "tsc --build  --watch "
  }
}