Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakrmishra authored Feb 5, 2025
1 parent 0859cce commit 8c87c5f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "my-gulp-project",
"version": "1.0.0",
"description": "A sample Gulp project",
"main": "gulpfile.js",
"scripts": {
"build": "gulp"
},
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2",
"gulp-sass": "^5.1.0"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit 8c87c5f

Please sign in to comment.