{
  "name": "@solidlab/sdx-sdk",
  "version": "1.0.0-beta.5",
  "description": "Solid Development Experience SDK library",
  "main": "./dist/index.js",
  "module": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "build:prod": "cross-env NODE_ENV=production tsup",
    "start": "npm run build -- --watch",
    "test": "jest --config jest.config.ts",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "prettier-format": "prettier --config .prettierrc src/**/*.ts --write",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SolidLabResearch/sdx-sdk.git"
  },
  "keywords": [],
  "author": "Thomas Dupont <thomas.dupont@ugent.be>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/SolidLabResearch/sdx-sdk/issues"
  },
  "homepage": "https://github.com/SolidLabResearch/sdx-sdk#readme",
  "dependencies": {
    "@abraham/reflection": "^0.12.0",
    "@graphql-tools/graphql-file-loader": "^7.5.16",
    "@graphql-tools/load": "^7.8.13",
    "axios": "^1.3.4",
    "graphql": "^16.6.0",
    "n3": "^1.16.3",
    "stream-browserify": "^3.0.0",
    "tsyringe": "^4.7.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/n3": "^1.10.4",
    "@types/node": "^18.15.3",
    "@types/uuid": "^9.0.1",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-jest-extended": "^2.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.0",
    "jest": "^29.5.0",
    "jest-extended": "^3.2.4",
    "prettier": "^2.8.7",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsup": "^6.6.3",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
