@xstate/inspect
Version:
XState inspection utilities
67 lines (66 loc) • 1.54 kB
JSON
{
"name": "@xstate/inspect",
"version": "0.8.0",
"description": "XState inspection utilities",
"keywords": [
"state",
"machine",
"statechart",
"scxml",
"state machine",
"visualizer",
"viz"
],
"author": "David Khourshid <davidkpiano@gmail.com>",
"homepage": "https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"es/**/*.js",
"es/**/*.d.ts",
"dist/**/*.js"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/statelyai/xstate.git"
},
"scripts": {
"clean": "rm -rf dist lib es tsconfig.tsbuildinfo",
"test": "jest",
"build": "rollup -c",
"prepare": "npm run build"
},
"bugs": {
"url": "https://github.com/statelyai/xstate/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/ws": "^8.2.2",
"rollup": "^2.69.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.8.4",
"ws": "^8.4.0",
"xstate": "*"
},
"peerDependencies": {
"@types/ws": "^8.0.0",
"ws": "^8.0.0",
"xstate": "^4.37.0"
},
"peerDependenciesMeta": {
"@types/ws": {
"optional": true
}
},
"dependencies": {
"fast-safe-stringify": "^2.1.1"
}
}