Files
PokemonAIBattles/package.json
2022-02-23 16:26:39 -05:00

16 lines
365 B
JSON

{
"name": "pokemonaibattles",
"version": "0.1.0",
"description": "Electron Client for testing Pokemon Battle AI",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "Aaron Helton & Timothy Davis",
"license": "ISC",
"devDependencies": {
"electron": "^17.1.0"
}
}