Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
agilebotanist authored Feb 26, 2024
1 parent 5245767 commit f44f329
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ARQAN.action",
"version": "1.1.0",
"name": "security-requirement-analysis",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -9,11 +9,29 @@
"watch": "ncc build src/index.ts --watch",
"build": "ncc build src/index.ts --license LICENSE --minify -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VeriDevOps/security-requirement-analysis.git"
},
"keywords": [
"Actions",
"GitHub",
"JavaScript"
],
"author": "Rufina Talalaeva <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/VeriDevOps/security-requirement-analysis/issues"
},
"homepage": "https://github.com/VeriDevOps/security-requirement-analysis#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@braintree/sanitize-url": "^6.0.2",
"@vercel/ncc": "^0.33.4",
"axios": "^0.27.2",
"typescript": "^4.7.3"
},
"engines": {
"node": "16.14.0",
"npm": "8.3.1"
Expand Down

0 comments on commit f44f329

Please sign in to comment.