UNPKG

awsm-fsm

Version:
45 lines (44 loc) 989 B
{ "name": "awsm-fsm", "version": "0.0.3", "description": "Awesome FInite State Machine", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/juancarrey/awsm-fsm.git" }, "keywords": [ "FSM", "Finite", "State", "Machine" ], "author": "Juan Carrey", "license": "ISC", "bugs": { "url": "https://github.com/juancarrey/awsm-fsm/issues" }, "homepage": "https://github.com/juancarrey/awsm-fsm#readme", "devDependencies": { "@types/jest": "^25.2.3", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-jest": "^26.0.0", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.3" }, "dependencies": { "rxjs": "^6.5.5" } }