Skip to content

Commit

Permalink
Adding cool custom crypto module in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWilson-GIS authored Mar 11, 2024
1 parent ab27ac6 commit 43453b4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "test-dependency-review",
"version": "1.0.0",
"description": "A test library for testing screening of new dependencies",
"main": "index.js",
"scripts": {
"test": "echo 'No tests'"
},
"repository": {
"type": "git",
"url": "[email protected]:AlexWilson-GIS/test-dependency-review.git"
},
"keywords": [
"test",
"action",
"security"
],
"author": "Alex Wilson",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"random-useragent": "^0.5.0",
"crypto-js": "^4.2.0"
}
}

0 comments on commit 43453b4

Please sign in to comment.