-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 883 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
{
"name": "dale-of-merchants",
"version": "1.0.0",
"description": "BGA Adaptation of the game Dale of Merchants",
"main": "daleofmerchants.js",
"scripts": {
"init": "npm install bga-ts-template && npx bga-init DaleOfMerchants \"Bart Swinkels\" source --typescript --scss --vscode-extension-pack --php-8.2 --gameinfos.jsonc --gameoptions.jsonc --gamepreferences.jsonc --stats.jsonc --gamestates.jsonc",
"build": "npx bga-build",
"watch": "npx bga-build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Whebon/dale-of-merchants.git"
},
"keywords": [
"BGA"
],
"author": "Bart Swinkels",
"license": "ISC",
"bugs": {
"url": "https://github.com/Whebon/dale-of-merchants/issues"
},
"homepage": "https://github.com/Whebon/dale-of-merchants#readme",
"dependencies": {
"bga-ts-template": "^1.1.10"
}
}