{
  "name": "skedify-types",
  "version": "0.6.0",
  "description": "Skedify Types",
  "keywords": [
    "skedify",
    "ts",
    "types"
  ],
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/types#readme",
  "bugs": {
    "url": "https://github.com/skedify/frontend-mono/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/skedify/frontend-mono.git",
    "directory": "packages/types"
  },
  "license": "UNLICENSED",
  "author": {
    "name": "Pexip Engage",
    "email": "info@pexip.com",
    "url": "https://engage.pexip.com"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./typings/index.d.ts"
    },
    "./src/index.ts": {
      "import": "./src/index.ts"
    }
  },
  "module": "./dist/index.mjs",
  "types": "./typings/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md",
    "typings",
    "src"
  ],
  "devDependencies": {
    "tsup": "^7.2.0",
    "@pexip-engage/tsconfig": "0.1.0",
    "eslint-config-pexip-engage": "0.1.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf .turbo node_modules dist typings",
    "dev": "concurrently \"tsc --build --watch\" \"tsup --watch\"",
    "lint": "cross-env TIMING=1 eslint --max-warnings=0 .",
    "lint:fix": "pnpm lint --fix",
    "typecheck": "tsc --build"
  }
}