UNPKG

@stateflows/common

Version:

Common package for Stateflows framework clients

30 lines (29 loc) 665 B
{ "name": "@stateflows/common", "version": "0.16.0", "description": "Common package for Stateflows framework clients", "main": "dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "build:dev": "tsup --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Stateflows", "state-machine", "activity", "workflow" ], "author": "Stateflows", "license": "MIT", "homepage": "https://www.stateflows.net", "devDependencies": { "tsup": "^8.3.6", "typescript": "^5.7.3" } }