UNPKG

xstate-tsserver

Version:

XState tsserver plugin for easier navigation in state machines

28 lines (27 loc) 667 B
{ "name": "xstate-tsserver", "description": "XState tsserver plugin for easier navigation in state machines", "version": "0.0.6", "license": "MIT", "main": "./out", "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "author": "Nick Worrall", "homepage": "https://github.com/xylophonehero/xstate-tsserver", "bugs": "https://github.com/xylophonehero/xstate-tsserver/issues", "dependencies": { "tree-sitter": "^0.21.1", "tree-sitter-typescript": "^0.23.2", "typescript": "^5.7.3" }, "keywords": [ "typescript", "xstate", "tsserver", "plugin", "tree-sitter" ] }