-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "gameservice-sdk",
"version": "1.0.0",
"description": "JavaScript SDK version of GamesService.ir",
"homepage": "https://gamesservice.ir",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"webpack": "webpack",
"user1": "ts-node ./test/user1.test.ts",
"user2": "ts-node ./test/user2.test.ts",
"user3": "ts-node ./test/user3.test.ts"
},
"prepublish": "tsc",
"author": "Amir Rastegar (FiroozehCorp LTD)",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.2",
"loader-utils": "^2.0.0",
"ts-loader": "^9.2.2",
"ts-node": "^9.1.1",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"axios": "^0.21.1",
"uuid": "^3.4.0",
"ws": "^7.4.5"
},
"keywords": [
"Gaming",
"online game",
"multiplayer",
"cloud",
"gamesservice",
"gameservice"
]
}