{
  "name": "adv-state",
  "version": "3.0.0-alpha",
  "description": "Feature rich state machine implementation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viocost/adv-state.git"
  },
  "author": "Konstantin Y. Rybakov <viocost@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/viocost/adv-state/issues"
  },
  "homepage": "https://github.com/viocost/adv-state#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.6",
    "jest": "^27.1.0",
    "prettier": "^2.3.2",
    "ts-auto-mock": "^3.4.0",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.2"
  },
  "keywords": [
    "state",
    "machine",
    "fsm",
    "state machine",
    "finite state machine",
    "adv-state",
    "fsa",
    "finite automata"
  ]
}
