Add packagejson

This commit is contained in:
Zackarias Montell
2025-05-15 11:48:13 +02:00
parent 6d4c24ae10
commit 37b0e5ff58
2 changed files with 276 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "dotfiles",
"version": "1.0.0",
"description": "node modules for my system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.zacke.dev/wholteza/consultant-windows.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@vue/typescript-plugin": "^2.2.10"
}
}