2021-09-15 18:22:36 +02:00
|
|
|
{
|
|
|
|
"name": "bitburner",
|
2023-03-21 04:38:18 +01:00
|
|
|
"version": "2.3.0",
|
2021-09-15 18:22:36 +02:00
|
|
|
"description": "A cyberpunk-themed programming incremental game",
|
|
|
|
"main": "main.js",
|
2023-03-21 04:38:18 +01:00
|
|
|
"author": "Daniel Xie, Olivier Gagnon, et al.",
|
2021-11-03 23:16:10 +01:00
|
|
|
"mac": {
|
2021-12-28 21:21:11 +01:00
|
|
|
"icon": "./public/icons/mac/icon.icns",
|
2021-11-03 23:16:10 +01:00
|
|
|
"category": "public.app-category.games"
|
|
|
|
},
|
|
|
|
"win": {
|
2021-12-28 21:21:11 +01:00
|
|
|
"icon": "./public/icons/png/256x256.png"
|
2021-11-03 23:16:10 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"./build/**/*",
|
|
|
|
"./dist/**/*",
|
|
|
|
"./node_modules/**/*",
|
2021-12-28 21:21:11 +01:00
|
|
|
"./public/**/*",
|
2022-01-23 18:56:32 +01:00
|
|
|
"./src/**",
|
|
|
|
"./lib/**,",
|
2021-11-03 23:16:10 +01:00
|
|
|
"*.js"
|
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"buildResources": "public"
|
2021-12-28 21:21:11 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"electron-config": "^2.0.0",
|
2023-01-08 08:36:55 +01:00
|
|
|
"electron-log": "^4.4.8",
|
2022-01-23 18:29:32 +01:00
|
|
|
"lodash": "^4.17.21"
|
2021-11-03 23:16:10 +01:00
|
|
|
}
|
2021-09-15 18:22:36 +02:00
|
|
|
}
|