forked from Playgama/bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 967 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 967 Bytes
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
{
"name": "playgama-bridge",
"version": "1.19.0",
"description": "One SDK for cross-platform publishing HTML5 games",
"main": "index.js",
"scripts": {
"build": "webpack",
"develop": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playgama/bridge"
},
"author": "Playgama",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/playgama/bridge/issues"
},
"homepage": "https://github.com/playgama/bridge",
"dependencies": {
"event-lite": "^0.1.2",
"jwt-decode": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-webpack-plugin": "^4.0.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}