UNPKG

zorigami

Version:
35 lines (34 loc) 812 B
{ "name": "zorigami", "keywords": [ "webworker", "parallel", "multiprocessing", "orchestration" ], "version": "1.0.21", "description": "a package for managing web workers", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Pendleton Jones", "license": "MIT", "private": false, "repository": "https://github.com/PendletonJones/zorigami-pub", "scripts": { "clear": "rm -rf ./dist/*", "compile": "yarn run clear && tsc", "bump": "npm version patch" }, "dependencies": { "@types/socket.io-client": "^1.4.32", "socket.io-client": "^2.1.1" }, "devDependencies": { "enhanced-resolve": "^4.0.0", "npm": "^6.1.0", "tslint": "^5.10.0", "tslint-react": "^3.6.0", "tspath": "^1.2.10", "typescript": "^2.8.3" } }