MWSE/package.json

62 lines
1.3 KiB
JSON

{
"name": "mwse",
"version": "0.1.0",
"description": "Mikro WebSocket Engine",
"scripts": {
"compile": "parcel watch --no-hmr",
"build": "parcel build"
},
"source": "./frontend/index.ts",
"targets": {
"default": {
"distDir": "./script/",
"publicUrl": "./",
"sourceMap": true,
"outputFormat": "global",
"optimize": true,
"context": "browser",
"engines": {
"chrome": "65",
"android": "4.4.3",
"edge": "16",
"firefox": "59",
"ie": "10",
"ios": "10",
"safari": "10"
}
}
},
"repository": {
"type": "git",
"url": "http://git.saqut.com/saqut/MWSE"
},
"keywords": [
"WebSocket",
"server",
"microservice",
"ws"
],
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr>",
"license": "MIT",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"fflate": "^0.8.1",
"joi": "^17.11.0",
"knex": "^3.0.1",
"sqlite3": "^5.1.6",
"systemjs": "^6.14.2",
"terminal": "^0.1.4",
"terminal-kit": "^3.0.0",
"typescript": "^5.2.2",
"webrtc-adapter": "^8.2.3",
"websocket": "^1.0.34"
},
"devDependencies": {
"@parcel/packager-ts": "^2.7.0",
"@parcel/transformer-typescript-types": "^2.7.0",
"tslib": "^2.4.1"
}
}