-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 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
36
37
38
39
40
41
{
"name": "gen_game_js",
"version": "1.0.4",
"description": "GenGame JavaScript client",
"main": "dist/gen_game.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "node config/esbuild.config.js && tsc --emitDeclarationOnly && api-extractor run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f4th4n/gen_game_js.git"
},
"keywords": [
"game",
"dev",
"distributed",
"elixir"
],
"author": "Wildan Fathan",
"license": "MIT",
"bugs": {
"url": "https://github.com/f4th4n/gen_game_js/issues"
},
"homepage": "https://github.com/f4th4n/gen_game_js",
"dependencies": {
"@types/phoenix": "^1.6.5",
"phoenix": "^1.7.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.3",
"@types/jquery": "^3.5.30",
"@types/node": "^22.0.0",
"esbuild": "^0.23.0",
"http-server": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}