33 lines
1.5 KiB
JSON
33 lines
1.5 KiB
JSON
{
|
|
"name": "amazon_game_of_gold",
|
|
"storageId": "amazongameofgold.popiplay.com",
|
|
"version": "1.0.4",
|
|
"description": "the Popiplay's game",
|
|
"author": "studio-b",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"install-yalc": "yalc add @popiplay/slot-game-kit && yalc add @popiplay/slot-machines && npm install",
|
|
"prebuild": "npm run locales -- src/assets/rules/locales/ src/assets/configs/ .html locales.json && npm run locales -- src/assets/translations/locales/ src/assets/configs/ .json translations.json",
|
|
"prod": "npm run prebuild && slotgamekit prod",
|
|
"staging": "npm run prebuild && slotgamekit staging",
|
|
"dev": "npm run prebuild && slotgamekit dev",
|
|
"serve": "npm run prebuild && slotgamekit watch",
|
|
"locales": "node scripts/buildLocalesConfig.js",
|
|
"scenesPreview": "webpack serve --config ./sandbox/scenesPreview/webpack.scenesPreview.js",
|
|
"audio-stereo": "audiosprite -e ogg,mp3 -f jukebox -g 0.1 -c 2 -i 1 -l debug -o ./src/assets/sounds/stereoAudioSprite ./audioSource/stereo/*",
|
|
"audio-mono": "audiosprite -e ogg,mp3 -f jukebox -g 0.1 -c 1 -i 1 -l debug -o ./src/assets/sounds/monoAudioSprite ./audioSource/mono/*",
|
|
"audio-sprite": "npm run audio-stereo && npm run audio-mono",
|
|
"clean": "rm -R node_modules dist",
|
|
"clean-yalc": "rm -R .yalc yalc.lock"
|
|
},
|
|
"dependencies": {
|
|
"@popiplay/slot-game-kit": "file:.yalc/@popiplay/slot-game-kit",
|
|
"@popiplay/slot-machines": "1.1.18",
|
|
"@popiplay/state-machine": "1.0.6"
|
|
},
|
|
"overrides": {
|
|
"@sentry/cli": "2.22.2"
|
|
}
|
|
}
|