it-fsm/package.json

34 lines
753 B
JSON

{
"name": "it-fsm",
"version": "2.0.0",
"description": "Simple finite state machine for nodejs",
"main": "./dest/fsm.js",
"types": "./dest/fsm.d.ts",
"readme": "README.md",
"scripts": {
"prepublishOnly": "rm -rf ./dest && tsc"
},
"repository": {
"type": "git",
"url": "git+https://git.pleshevski.ru/pleshevskiy/it-fsm.git"
},
"keywords": [
"fsm",
"finite",
"state",
"machine",
"just",
"ood",
"oop"
],
"author": "Dmitriy Pleshevskiy <dmitriy@ideascup.me>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/icetemple/it-fsm/issues"
},
"homepage": "https://git.pleshevski.ru/pleshevskiy/it-fsm#readme",
"devDependencies": {
"typescript": "^4.3.5"
}
}