17 lines
580 B
JSON
17 lines
580 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",
|
|
"engines": {
|
|
"node": "16.x.x"
|
|
},
|
|
"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.\""
|
|
}
|
|
}
|