Initial commit

This commit is contained in:
2025-01-24 10:53:18 +01:00
commit 51ab9f52a0
4 changed files with 7406 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "dylan-resume",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"jsonresume-theme-actual": "^0.2.2",
"jsonresume-theme-stackoverflow": "^2.1.0",
"resume-cli": "^3.0.8"
}
}