xerex
Version:
server-side framework
29 lines (28 loc) • 598 B
JSON
{
"name": "xerex",
"version": "1.0.1",
"description": "server-side framework",
"main": "index.js",
"bin": {
"xerex": "./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohammed-Galal/xerex.git"
},
"keywords": [
"xerex",
"server-side",
"framework"
],
"author": "Mohammed Galal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mohammed-Galal/xerex/issues"
},
"homepage": "https://github.com/Mohammed-Galal/xerex#readme",
"dependencies": {
"nodemon": "^2.0.21",
"webpack": "^5.76.2"
}
}