gulp: init, bundle src/bin/* scripts to dist/
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.2",
|
||||
"@types/yargs": "^17.0.33",
|
||||
"gulp": "^5.0.0",
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc -w",
|
||||
"compile": "tsc"
|
||||
"compile": "tsc",
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"dependencies": {
|
||||
"yargs": "^17.7.2"
|
||||
|
||||
Reference in New Issue
Block a user