ScloudjsGUI / package.json
soiz1's picture
Migrated from GitHub
5147be7 verified
raw
history blame contribute delete
400 Bytes
{
"name": "scloudjsgui",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"scloudjs": "^1.2.11",
"ws": "^8.10.0"
}
}