{
  "name": "@punks/backend-core",
  "version": "0.0.88",
  "description": "Devpunks Backend Core",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest test --passWithNoTests",
    "clean": "rimraf dist",
    "build": "yarn clean && rollup -c",
    "deploy:npm": "yarn build && npm publish --access public",
    "type-check": "tsc --noEmit --skipLibCheck"
  },
  "keywords": [],
  "author": "Devpunks",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@opentelemetry/api": "^1.9.0",
    "@portabletext/types": "^2.0.8",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest": "^29.5.2",
    "jest": "^29.4.3",
    "node-xlsx": "^0.23.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^5.0.1",
    "rollup": "^2.60.0",
    "rollup-plugin-dts": "^4.0.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "ts-jest": "^29.1.1",
    "tslib": "^2.5.0",
    "typescript": "^5.1.6",
    "winston": "^3.19.0"
  },
  "peerDependencies": {
    "winston": "^3.19.0",
    "@opentelemetry/api": "^1.9.0"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  }
}