18 lines
314 B
JSON
18 lines
314 B
JSON
|
{
|
||
|
"name": "caa-game",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron ."
|
||
|
},
|
||
|
"author": "McArn",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"asdf-games": "file:../asdf-games/asdf-games-1.0.0.tgz"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"electron": "^8.0.2"
|
||
|
}
|
||
|
}
|