2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00
esiur-js/package.json
2022-08-27 00:37:58 +03:00

38 lines
975 B
JSON

{
"name": "esiur",
"version": "2.1.3",
"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"
}
}