17 lines
461 B
JSON
17 lines
461 B
JSON
{
|
|
"name": "aiwake_01",
|
|
"version": "1.0.0",
|
|
"description": "Ein erster spielbarer Prototyp eines Idle-Evolutionsspiels: Du erwachst als einzelnes Bit und entwickelst dich schrittweise zu einer selbstständig denkenden KI.",
|
|
"main": "game.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"playwright": "^1.61.1"
|
|
}
|
|
}
|