UNPKG

@actorize/core

Version:

Actorize helps building scalable js apps with a messaging system

51 lines (50 loc) 1.41 kB
{ "name": "@actorize/core", "version": "1.0.0", "description": "Actorize helps building scalable js apps with a messaging system", "keywords": [ "actor", "messaging", "system", "worker", "threads" ], "main": "dist/lib/index.js", "types": "dist/types/index.d.ts", "files": [ "/dist" ], "private": false, "scripts": { "build": "rimraf dist && tsc --project tsconfig.npm.json --outDir dist/lib --declarationDir dist/types --declaration true", "lint": "eslint src", "test": "jest" }, "author": "Steffen Meyer <steffen@datsteves.me>", "license": "MIT", "bugs": "https://github.com/datsteves/actorize/issues", "repository": { "type": "git", "url": "https://github.com/datsteves/actorize.git", "directory": "packages/core" }, "devDependencies": { "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^14.0.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^24.5.2", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^27.2.4", "rimraf": "^3.0.2", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "tslib": "^2.3.1", "typescript": "^4.4.3" } }