{
  "name": "fake-step-functions",
  "version": "0.7.1",
  "author": "Takamasa Oshikiri <mail@oshikiri.org>",
  "repository": {
    "type": "git",
    "url": "https://github.com/oshikiri/fake-step-functions"
  },
  "keywords": [
    "aws",
    "stepfunctions",
    "step functions",
    "amazon states language",
    "test",
    "testing"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest",
    "prebuild": "prettier --check {src,test}/**/*.ts test/**/*.json",
    "build": "tsc",
    "format": "prettier --write {src,test}/**/*.ts test/**/*.json"
  },
  "main": "./dist/index.js",
  "dependencies": {
    "jsonpath": "^1.1.1"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/jsonpath": "^0.2.4",
    "@types/node": "^22.8",
    "jest": "^27.2.5",
    "prettier": "^3.3",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.5"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/test/*.ts",
      "<rootDir>/test/helper/*.ts"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  }
}
