trianta.dev/package.json
2024-11-16 19:01:52 -06:00

20 lines
410 B
JSON

{
"name": "trianta.dev",
"version": "0.2.2",
"description": "My personal website",
"main": "index.html",
"scripts": {
"build": "tsc",
"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"
}
}