mirror of
https://github.com/ringtools/ringtools-server-ts.git
synced 2024-05-16 05:44:40 +02:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "ringtools-server-ts",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@types/ws": "^8.5.3",
|
|
"axios": "^0.26.1",
|
|
"dotenv": "16.0.0",
|
|
"fastify": "^3.28.0",
|
|
"fastify-cors": "^6.0.3",
|
|
"fastify-decorators": "^3.11.0",
|
|
"fastify-helmet": "7.0.1",
|
|
"fastify-plugin": "^3.0.1",
|
|
"fastify-sensible": "^3.1.2",
|
|
"fastify-socket.io": "^3.0.0",
|
|
"fastify-static": "^4.6.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"rxjs": "^7.5.5",
|
|
"socket.io": "^4.4.1",
|
|
"socks-proxy-agent": "^6.2.0-beta.0",
|
|
"typescript": "^4.6.3",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@shopify/eslint-plugin": "^41.0.1",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.24",
|
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
|
"@typescript-eslint/parser": "^5.8.1",
|
|
"axios-mock-adapter": "^1.20.0",
|
|
"concurrently": "^7.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"fastify-tsconfig": "^1.0.1",
|
|
"jest": "^27.4.7",
|
|
"jest-websocket-mock": "^2.2.1",
|
|
"mock-socket": "^9.1.0",
|
|
"prettier": "^2.5.1",
|
|
"ts-jest": "^27.1.2",
|
|
"ts-node": "^10.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/server.ts",
|
|
"build:ts": "tsc",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest"
|
|
}
|
|
}
|