spiral_calendar/package.json

27 lines
503 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",
2024-01-29 00:57:46 +03:00
"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": {
2024-01-29 00:57:46 +03:00
"electron": "^27.3.0"
2023-11-30 16:19:45 +03:00
}
2023-09-23 15:19:02 +03:00
}