spiral_calendar/package.json

27 lines
504 B
JSON
Raw Normal View History

2023-09-23 15:19:02 +03:00
{
"name": "spiral_calendar",
"version": "1.0.0",
"description": "",
2023-11-30 16:19:45 +03:00
"main": "main.js",
2023-09-23 15:19:02 +03:00
"scripts": {
2023-11-30 16:19:45 +03:00
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "electron ."
2023-09-23 15:19:02 +03:00
},
"repository": {
"type": "git",
"url": "https://git.foxarmy.org/leca/spiral_calendar"
},
"keywords": [
"calendar",
"3d"
],
"author": "leca",
2023-11-30 16:19:45 +03:00
"license": "GPL-3.0-or-later",
"dependencies": {
"three": "^0.156.1"
},
"devDependencies": {
"electron": "^27.0.0"
}
2023-09-23 15:19:02 +03:00
}