-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@osirisfrik/frikgames",
"version": "0.0.1",
"description": "games",
"main": "dist/index.js",
"repository": "https://github.com/OsirisFrik/frikgames",
"author": "OsirisFrik",
"license": "MIT",
"private": false,
"scripts": {
"dev": "nodemon"
},
"dependencies": {
"command-line-draw": "^1.2.3",
"events": "^3.3.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@types/node": "^20.10.1",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^3.0.1",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"typescript": "^5.3.2"
}
}