diff --git a/package.json b/package.json index 17503c8..8372dcd 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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 ", + "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"