{
  "name": "@accounts/module-core",
  "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
  "description": "Server side GraphQL transport for accounts",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "yarn run -T rimraf lib",
    "start": "yarn run -T tsc --watch",
    "precompile": "yarn run clean",
    "compile": "yarn run generate:graphql && yarn run -T tsc",
    "testonly": "yarn run -T jest",
    "coverage": "yarn run testonly --coverage",
    "generate:graphql": "yarn run gql-gen",
    "prepublishOnly": "yarn run compile"
  },
  "files": [
    "src",
    "lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/js-accounts/accounts"
  },
  "author": "Niccolò Belli <niccolo.belli@linuxsystems.it>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/js-accounts/accounts/issues"
  },
  "homepage": "https://github.com/js-accounts/accounts",
  "peerDependencies": {
    "@accounts/server": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-modules": "^3.0.0"
  },
  "dependencies": {
    "@graphql-tools/merge": "9.0.1",
    "@graphql-tools/schema": "10.0.2",
    "@graphql-tools/utils": "10.0.12",
    "graphql-tag": "2.12.6",
    "request-ip": "3.3.0",
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@accounts/server": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@graphql-codegen/add": "5.0.0",
    "@graphql-codegen/cli": "5.0.0",
    "@graphql-codegen/introspection": "4.0.0",
    "@graphql-codegen/typescript": "4.0.1",
    "@graphql-codegen/typescript-operations": "4.0.1",
    "@graphql-codegen/typescript-resolvers": "4.0.1",
    "@graphql-codegen/typescript-type-graphql": "3.0.0",
    "@types/request-ip": "0.0.41",
    "graphql": "16.8.1",
    "graphql-http": "1.22.0",
    "graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
  }
}
