mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
30 lines
686 B
JSON
30 lines
686 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|