Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Restyled by prettier-json
  • Loading branch information
restyled-commits committed Dec 14, 2022
commit 153670aa21989b1c52fc642316bb57fa22bb3627
78 changes: 39 additions & 39 deletions tools/office-cmdlet-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "office-cmdlet-updater",
"version": "1.0.0",
"engines": {
"node": ">=9.0.0"
},
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run app",
"app": "node index.js",
"app-dev": "nodemon npm run app",
"app-debug": "ndb npm run app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-security": "^1.4.0",
"ndb": "^1.0.25",
"nodemon": "^1.18.4",
"prettier": "^1.14.2"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"await-of": "^1.1.2",
"awilix": "^3.0.9",
"better-queue": "^3.8.10",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"config": "^2.0.1",
"fs-extra": "^7.0.0",
"moment": "^2.22.2",
"node-powershell": "^3.3.1",
"nodegit": "^0.27.0",
"octonode": "^0.9.5",
"shortid": "^2.2.13",
"string-format": "^2.0.0"
}
"name": "office-cmdlet-updater",
"version": "1.0.0",
"engines": {
"node": ">=9.0.0"
},
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run app",
"app": "node index.js",
"app-dev": "nodemon npm run app",
"app-debug": "ndb npm run app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-security": "^1.4.0",
"ndb": "^1.0.25",
"nodemon": "^1.18.4",
"prettier": "^1.14.2"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"await-of": "^1.1.2",
"awilix": "^3.0.9",
"better-queue": "^3.8.10",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"config": "^2.0.1",
"fs-extra": "^7.0.0",
"moment": "^2.22.2",
"node-powershell": "^3.3.1",
"nodegit": "^0.27.0",
"octonode": "^0.9.5",
"shortid": "^2.2.13",
"string-format": "^2.0.0"
}
}