{
  "name": "@tinacms/datalayer",
  "type": "module",
  "version": "2.0.25",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "package.json",
    "dist"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node",
        "bundle": []
      }
    ]
  },
  "dependencies": {
    "@tinacms/graphql": "2.4.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/@tinacms/datalayer"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.5.2",
    "@types/js-yaml": "^3.12.10",
    "@types/level": "^6.0.3",
    "@types/node": "^22.13.1",
    "@types/normalize-path": "^3.0.2",
    "jest": "^29.7.0",
    "typescript": "^5.7.3",
    "@tinacms/scripts": "1.6.1"
  },
  "scripts": {
    "types": "pnpm tsc",
    "build": "tinacms-scripts build",
    "test": "jest --passWithNoTests"
  }
}