Deno is better

This commit is contained in:
Lucàs
2023-05-06 14:01:38 +02:00
parent d8f009ac1e
commit 31f70d319f
35 changed files with 668 additions and 828 deletions
-29
View File
@@ -1,29 +0,0 @@
{
"name": "lucasvbr",
"version": "1.0.0",
"description": "LucasVbr Github Profile",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucasVbr/LucasVbr.git"
},
"author": "LucasVbr",
"license": "MIT",
"bugs": {
"url": "https://github.com/LucasVbr/LucasVbr/issues"
},
"homepage": "https://github.com/LucasVbr/LucasVbr#readme",
"dependencies": {
"nunjucks": "^3.2.3",
"simple-icons": "^8.1.0"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/nunjucks": "^3.2.1",
"@types/simple-icons": "^5.21.1",
"typescript": "^4.9.4"
}
}