@stateflows/http-client
Version:
HTTP-based client for Stateflows framework
33 lines (32 loc) • 729 B
JSON
{
"name": "@stateflows/http-client",
"version": "0.13.0",
"description": "HTTP-based client for Stateflows framework",
"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.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"@stateflows/common": "^0.13.0"
}
}