mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"name": "myevent-website",
|
|
"version": "1.0.0",
|
|
"description": "The website of myevent",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/myevent.git"
|
|
},
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/myevent/issues"
|
|
},
|
|
"homepage": "https://myevent.janishutz.com",
|
|
"dependencies": {
|
|
"markdown-it": "^13.0.1",
|
|
"prompt-sync": "^4.2.0"
|
|
}
|
|
}
|