trianta.dev/package.json

19 lines
390 B
JSON
Raw Normal View History

2024-08-27 23:28:36 -05:00
{
"name": "trianta.dev",
"version": "0.1.0",
"description": "My personal website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://lab.trianta.dev/Trianta/trianta.dev.git"
},
"author": "trianta",
"license": "MIT",
"dependencies": {
"typescript": "^5.5.4"
}
}