Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Feb 16, 2025
1 parent d64f209 commit 4a51589
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"type": "module",
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand All @@ -11,5 +12,17 @@
"gulp-svg-sprite": "^2.0.3",
"gulp-terser": "^2.1.0"
},
"type": "module"
"author": "Zachey",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zachey01/SigmaPlayer.git"
},
"bugs": {
"url": "https://github.com/zachey01/SigmaPlayer/issues"
},
"browserslist": "> 1%",
"scripts": {
"build": "gulp"
}
}

0 comments on commit 4a51589

Please sign in to comment.