slavery-js
Version:
A simple clustering app that allows you to scale an application on multiple thread, containers or machines
64 lines (63 loc) • 1.7 kB
JSON
{
"name": "slavery-js",
"version": "2.0.7",
"description": "A simple clustering app that allows you to scale an application on multiple thread, containers or machines ",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"scripts": {
"start": "tsx ./src/index.ts",
"test": "find ./test/ -type f -name '*.test.ts' -print0 | xargs -0 -n1 tsx",
"build": "tsup",
"dev": "tsup --watch"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GoranTopic/slavery-js.git"
},
"keywords": [
"cluster",
"master",
"slave",
"worker",
"nodejs",
"socket.io"
],
"author": "Goran Topic",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoranTopic/slavery-js/issues"
},
"homepage": "https://github.com/GoranTopic/slavery-js#readme",
"dependencies": {
"esprima": "^4.0.1",
"get-port": "^7.1.0",
"ip": "^2.0.1",
"json-stringify-safe": "^5.0.1",
"serialize-error": "^11.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.7.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/chai": "^5.2.0",
"@types/esprima": "^4.0.6",
"@types/ip": "^1.1.3",
"chai": "^4.5.0",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}