{
  "name": "figma-calculations",
  "version": "0.1.89-alpha",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc --project tsconfig.build.json",
    "lint": "eslint .",
    "watch": "tsc --project tsconfig.build.json -w",
    "test": "jest src",
    "test-stats": "jest tests/stats.test.ts",
    "perf": "jest perf.test.ts",
    "example": "tsc && node ./dist/examples/allfiles.js"
  },
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "dayjs": "^1.11.10",
    "jsonpath": "^1.1.1"
  },
  "devDependencies": {
    "@figma/eslint-plugin-figma-plugins": "^1.0.0",
    "@figma/plugin-typings": "^1.121.0",
    "@types/jest": "^29.5.9",
    "@types/jsonpath": "^0.2.4",
    "eslint": "^9.39.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.50.0"
  }
}
