forked from Timofffee/instant-games-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 1.02 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
{
"name": "instant-games-bridge",
"version": "1.14.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/instant-games-bridge/instant-games-bridge"
},
"author": "Mewton Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/instant-games-bridge/instant-games-bridge/issues"
},
"homepage": "https://github.com/instant-games-bridge/instant-games-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"
}
}