60 lines
1.3 KiB
JSON
60 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",
|
|
"joi": "^17.9.2",
|
|
"knex": "^2.4.2",
|
|
"sqlite3": "^5.1.6",
|
|
"systemjs": "^6.14.1",
|
|
"terminal-kit": "^3.0.0",
|
|
"typescript": "^5.1.3",
|
|
"webrtc-adapter": "^8.2.2",
|
|
"websocket": "^1.0.34"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "^2.7.0",
|
|
"@parcel/transformer-typescript-types": "^2.7.0",
|
|
"tslib": "^2.4.1"
|
|
}
|
|
}
|