Skip to content

Commit

Permalink
Merge branch 'master' into auth_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Jun 11, 2021
2 parents c9fa298 + 66ace69 commit d71b765
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "mps-microservice",
"version": "1.3.0",
"description": "Containerized MPS service",
"description": "Containerized MPS service for executing Intel® AMT features",
"homepage": "https://github.com/open-amt-cloud-toolkit/mps",
"contributors": [{"name": "Matt C. Primrose", "email": "matt.c.primrose@intel.com"},{"name": "Michael Johanson", "email": "michael.johanson@intel.com"},{"name": "Madhavi Losetty", "email": "madhavi.losetty@intel.com"},{"name": "Brian Osburn", "email": "brian.j.osburn@intel.com"},{"name": "Mudit Vats", "email": "mudit.vats@intel.com"}],
"repository": {
"type": "git",
"url": "https://github.com/open-amt-cloud-toolkit/mps.git"
},
"license": "Apache-2.0",
"engines": {"node": ">=12.0.0"},
"scripts": {
"build": "tsc",
"compile": "tsc",
"lint": "eslint . --ext .ts",
"start": "npm run build && node ./dist/index.js",
"test": "jest --detectOpenHandles --forceExit --coverage"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"consul": "^0.40.0",
"cors": "^2.8.5",
Expand Down

0 comments on commit d71b765

Please sign in to comment.