Files
2021-11-28 16:21:58 +00:00

14 lines
539 B
JSON

{
"name": "massivedecks",
"description": "Pulls together both the server and client for Massive Decks, a comedy party game.",
"version": "2.0.0",
"author": "Reread Games <team@rereadgames.com>",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": "github:Lattyware/massivedecks",
"scripts": {
"build": "cp -r server/decks decks",
"prebuild": "echo \"This script is for Heroku builds, if you are running this manually, you probably want the projects in the server and client directories instead.\""
}
}