Enhance installation process with terminal selection, update autostart commands, and add PolyForm license; remove unused AGS config
This commit is contained in:
+3
-2
@@ -1,17 +1,18 @@
|
||||
{
|
||||
"name": "dotfiles",
|
||||
"private": true,
|
||||
"license": "LicenseRef-PolyForm-Noncommercial-1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx src/cli.ts",
|
||||
"test": "tsx --test \"test/**/*.test.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.9.0"
|
||||
"@clack/prompts": "^0.9.0",
|
||||
"tsx": "^4.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.0",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user