Skip to content

Commit

Permalink
Create package.json to test dev deps in DR Action scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
elireisman authored Jun 7, 2024
1 parent 99cb120 commit 465c191
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions more/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "dep-review-test",
"version": "1.0.0",
"description": "Description of your package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Your Name",
"license": "ISC",
"devDependencies": {
"@playwright/test": "1.43.1",
"@types/node": "^20.12.7",
"dotenv": "^16.4.5"
}
}

0 comments on commit 465c191

Please sign in to comment.