UNPKG

sea-of-amoebas

Version:

A declarative and event-driven execution framework for building scalable, asynchronous flow systems.

53 lines 1.43 kB
{ "name": "sea-of-amoebas", "version": "2.1.0", "description": "A declarative and event-driven execution framework for building scalable, asynchronous flow systems.", "main": "dist/sea-of-amoebas.cjs.js", "module": "dist/sea-of-amoebas.esm.js", "types": "index.d.ts", "exports": { ".": { "import": "./dist/sea-of-amoebas.esm.js", "require": "./dist/sea-of-amoebas.cjs.js", "types": "./index.d.ts" } }, "files": [ "dist/", "index.d.ts" ], "type": "module", "scripts": { "build": "rollup -c", "prepare": "npm run build", "test": "node tests/sea-of-amoebas.test.js", "testia": "node tests/sea-of-amoebas.test.ia.js", "testserial": "node tests/sea-of-amoebas.test.serialization.js" }, "keywords": [ "framework", "event-driven", "declarative", "asynchronous", "amoebas" ], "author": "gaotisan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gaotisan/sea-of-amoebas.git" }, "bugs": { "url": "https://github.com/gaotisan/sea-of-amoebas/issues" }, "homepage": "https://github.com/gaotisan/sea-of-amoebas#readme", "dependencies": { "yaml": "^2.6.1" }, "devDependencies": { "eslint": "^8.50.0", "rollup": "^4.13.0", "rollup-plugin-terser": "^7.0.2", "@rollup/plugin-node-resolve": "^15.2.3" } }