lexer-state
Version:
Lightweight state machine library to define and manage state transition declaratively
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "@lexer-state/machine",
"version": "1.0.7-alpha.1",
"description": "light weight state machine library written in typescript",
"author": "Baraa Abuzaid",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.js",
"files": [
"dist"
],
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "yarn tsc --watch --preserveWatchOutput",
"start": "node ./dist/test.js",
"build": "yarn run tsc",
"build:copy": "cp -r dist ../examples/relay-demo/lexer-state/",
"build:watch": "yarn run tsc --watch"
},
"devDependencies": {
"@types/react-relay": "^14.1.2",
"@types/relay-runtime": "^14.1.5",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-relay": "^14.1.0",
"relay-compiler": "^15.0.0",
"relay-runtime": "^14.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react": {
"optional": true
}
},
"gitHead": "16914a4966162a77729107ca5433dba0e5daa590"
}