{
  "name": "@tokens-studio/graph-engine-nodes-fs",
  "version": "6.0.2",
  "description": "File system manipulation nodes for the graph engine",
  "license": "MPL-2.0",
  "author": "andrew@hyma.io",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tspc  -p tsconfig.prod.json",
    "dev": "tspc  -p tsconfig.prod.json --watch",
    "docs": "typedoc",
    "format": "npm run format:eslint && npm run format:prettier",
    "format:eslint": "eslint . --fix",
    "format:prettier": "prettier \"**/*.{tsx,ts,js,md,json}\" --write",
    "lint": "npm run lint:prettier && npm run lint:eslint",
    "lint:eslint": "eslint .",
    "lint:prettier": "prettier \"**/*.{tsx,ts,js,md,json}\" --check",
    "release": "npm run build && changeset publish",
    "test": "vitest run"
  },
  "dependencies": {
    "@tokens-studio/ui": "^3.0.4",
    "mobx-react-lite": "^4.0.5"
  },
  "peerDependencies": {
    "@tokens-studio/graph-editor": "*",
    "@tokens-studio/graph-engine": "*",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.26.0",
    "@tokens-studio/eslint-config-custom": "*",
    "@tokens-studio/prettier-config-custom": "*",
    "@tokens-studio/graph-editor": "*",
    "@tokens-studio/graph-engine": "*",
    "typescript-transform-paths": "^3.5.1",
    "typedoc": "^0.24.7",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "keywords": [
    "studio",
    "tokens",
    "ui"
  ]
}