{
  "name": "@tokens-studio/graph-engine",
  "version": "4.7.0",
  "description": "An execution engine to handle Token Studios generators and resolvers",
  "license": "MPL-2.0",
  "author": "andrew@hyma.io",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./nodes/*": {
      "import": "./dist/nodes/*",
      "types": "./dist/nodes/*"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tokens-studio/graph-engine"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tspc  -p tsconfig.prod.json",
    "dev": "tspc  -p tsconfig.prod.json --watch",
    "docs": "typedoc && typedoc --out docs --json ./docs/docs.json",
    "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": {
    "@bundled-es-modules/deepmerge": "^4.3.1",
    "@tokens-studio/types": "^0.5.1",
    "ajv": "^8.17.1",
    "color-blind-esm": "^0.1.4",
    "colorjs.io": "^0.5.2",
    "compare-versions": "^6.1.0",
    "dot-prop": "^8.0.2",
    "expr-eval": "^2.0.2",
    "json-schema-defaults-esm": "^1.0.4",
    "lodash-es": "^4.17.21",
    "mdn-data": "^2.3.0",
    "mobx": "^6.12.0",
    "poline": "^0.7.0",
    "postcss-value-parser-esm": "^4.2.0",
    "uuid": "^9.0.1",
    "z-schema-esm": "^6.0.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.21.5",
    "@changesets/cli": "^2.26.0",
    "@tokens-studio/eslint-config-custom": "*",
    "@tokens-studio/prettier-config-custom": "*",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^18.15.11",
    "typedoc": "^0.24.7",
    "typescript": "^5.4.5",
    "typescript-transform-paths": "^3.5.1",
    "vitest": "^1.6.0"
  },
  "keywords": [
    "studio",
    "tokens",
    "ui"
  ]
}