Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpavan authored Dec 7, 2023
1 parent 7d89384 commit da33c27
Showing 1 changed file with 12 additions and 35 deletions.
47 changes: 12 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,19 @@
{
"name": "automate-loadtest-action",
"version": "0.0.1",
"private": true,
"description": "GitHub Action to automate Azure Load Testing",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/azure/load-testing.git"
},
"keywords": [
"actions",
"automate",
"Azure",
"test",
"load",
"JMeter",
"Azloadtest"
],
"author": "Sweta Kumari",
"homepage": "https://github.com/azure/load-testing/blob/main/README.md",
"license": "MIT",
"name": "nodejs-webapp",
"version": "0.0.0",
"description": "nodejs-webapp",
"scripts": {
"compile": "tsc"
"start": "node server.js"
},
"author": {
"name": "microsoft"
},
"dependencies": {
"@actions/core": "^1.5.0",
"@types/q": "^1.5.5",
"adal-node": "^0.2.2",
"adm-zip": "^0.5.6",
"extract-zip": "^2.0.1",
"form-data": "^4.0.0",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"path": "^0.12.7",
"typed-rest-client": "^1.8.6"
"fs": "0.0.1-security",
"jsdom": "18.1.1",
"mongodb": "3.7.3"
},
"devDependencies": {
"@types/node": "^16.5.0",
"typescript": "^4.0.2"
"engines": {
"node": "14.16.0"
}
}

0 comments on commit da33c27

Please sign in to comment.