UNPKG

@yingyeothon/actor-system

Version:
38 lines 917 B
{ "name": "@yingyeothon/actor-system", "version": "0.4.0", "description": "A basic actor system only using a queue and a lock.", "keywords": [ "actor" ], "author": "jaeyoung.choi <lactrious@gmail.com>", "homepage": "https://github.com/yingyeothon/nodejs-actor-system/tree/master/packages/actor-system", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/yingyeothon/nodejs-actor-system.git" }, "bugs": { "url": "https://github.com/yingyeothon/nodejs-actor-system/issues" }, "dependencies": { "@yingyeothon/logger": "^0.4.0", "uuid": "^9.0.0" }, "scripts": { "build": "tsc", "test": "jest --runInBand --detectOpenHandles" } }