{ "name": "esiur", "version": "2.2.1", "description": "Distributed Object Framework", "main": "esiur.js", "type": "module", "scripts": { "demo": "node ./demo/chat/chat.js", "babel": "./node_modules/.bin/babel src -d build", "build": "browserify src/esiur.js -t babelify --outfile build/esiur.js", "prepublish": "browserify src/esiur.js -t babelify --outfile build/esiur.js" }, "bin": { "esiur": "./bin/esiur.cjs" }, "repository": { "type": "git", "url": "git+https://github.com/esiur/esiur-js.git" }, "author": "Ahmed Kh. Zamil", "license": "MIT", "bugs": { "url": "https://github.com/esiur/esiur-js/issues" }, "homepage": "https://github.com/esiur/esiur-js#readme", "dependencies": { "mongodb": "^3.6.9", "ws": "^7.5.0" }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5", "babelify": "^10.0.0", "browserify": "^17.0.0", "eslint": "^7.31.0" } }