kaboom/package.json
2023-09-25 20:58:35 +02:00

16 lines
407 B
JSON

{
"name": "twists-and-shapes-and-turns",
"version": "0.0.1",
"description": "This is a game about crazy inventions",
"main": "index.js",
"scripts": {
"start": "npx http-server .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "scp -r . ayo@ayco.io:~/kaboom/"
},
"author": "Ayo and Kahel",
"license": "ISC",
"dependencies": {
"matter-js": "^0.18.0"
}
}