19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|