[Build] Start refactor
This commit is contained in:
@@ -1,23 +1,30 @@
|
||||
{
|
||||
"name": "janishutz-config-build",
|
||||
"version": "1.0.0",
|
||||
"description": "Build janishutz's dotfiles configs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.janishutz.com/janishutz/dotfiles"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "janishutz",
|
||||
"type": "commonjs",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@janishutz/colorthief": "^3.0.2",
|
||||
"chalk": "^5.4.1",
|
||||
"color-convert": "^3.0.1",
|
||||
"inquirer": "^12.5.0",
|
||||
"mustache": "^4.2.0"
|
||||
}
|
||||
"name": "janishutz-config-build",
|
||||
"version": "1.0.0",
|
||||
"description": "Build janishutz's dotfiles configs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.janishutz.com/janishutz/dotfiles"
|
||||
},
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "janishutz",
|
||||
"type": "module",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@janishutz/colorthief": "^3.0.2",
|
||||
"chalk": "^5.4.1",
|
||||
"color-convert": "^3.0.1",
|
||||
"inquirer": "^12.5.0",
|
||||
"mustache": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@stylistic/eslint-plugin": "^5.7.1",
|
||||
"@types/node": "^25.2.0",
|
||||
"eslint-plugin-vue": "^10.7.0",
|
||||
"typescript-eslint": "^8.54.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user