{
  "name": "afsm",
  "version": "2.4.9",
  "description": "automatic finite state machine",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "tsc --target es2017",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs"
  },
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/langhuihui/afsm.git"
  },
  "keywords": [
    "fsm"
  ],
  "author": "dexter",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/langhuihui/afsm/issues"
  },
  "homepage": "https://github.com/langhuihui/afsm#readme",
  "dependencies": {
    "eventemitter3": "^4.0.7"
  },
  "devDependencies": {
    "@types/node": "*",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.4",
    "vitepress": "1.0.0-alpha.4"
  }
}
