Skip to content

Commit

Permalink
chore(package): update package.json, generate new lock one
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamKhalatova committed Mar 14, 2024
1 parent b3f37e6 commit d03d544
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"name": "Green Software Foundation",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if-plugin-template/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"dependencies": {
"typescript": "^5.1.6"
},
Expand All @@ -25,16 +28,18 @@
},
"engines": {
"node": ">=18",
"npm": "8.19.2"
"npm": ">=8"
},
"homepage": "https://greensoftware.foundation",
"keywords": [],
"license": "MIT",
"main": "build/index.js",
"repository": {
"url": "https://github.com/Green-Software-Foundation/if-plugin-template.git"
},
"scripts": {
"build": "rm -rf build && tsc --project tsconfig.json",
"build": "npm run clean && tsc --project tsconfig.build.json",
"clean": "rimraf build/",
"coverage": "jest --verbose --coverage",
"fix": "gts fix",
"fix:package": "fixpack",
Expand Down

0 comments on commit d03d544

Please sign in to comment.