70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "office-addin-dev-settings",
|
|
"version": "2.3.4",
|
|
"description": "Configure developer settings for Office Add-ins.",
|
|
"main": "./lib/main.js",
|
|
"scripts": {
|
|
"build": "rimraf lib && concurrently \"tsc -p tsconfig.json\"",
|
|
"cli": "node lib/cli.js",
|
|
"lint": "office-addin-lint check",
|
|
"lint:fix": "office-addin-lint fix",
|
|
"prettier": "office-addin-lint prettier",
|
|
"test": "mocha -r ts-node/register test/**/*.ts",
|
|
"watch": "rimraf lib && concurrently \"tsc -p tsconfig.json -w\""
|
|
},
|
|
"author": "Office Dev",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"office-addin-dev-settings": "./cli.js"
|
|
},
|
|
"keywords": [
|
|
"Office",
|
|
"Office Add-in"
|
|
],
|
|
"dependencies": {
|
|
"adm-zip": "0.5.12",
|
|
"commander": "^6.2.0",
|
|
"fs-extra": "^11.2.0",
|
|
"inquirer": "^7.3.3",
|
|
"junk": "^3.1.0",
|
|
"office-addin-manifest": "^1.13.4",
|
|
"office-addin-usage-data": "^1.6.12",
|
|
"open": "^6.4.0",
|
|
"string_decoder": "1.3.0",
|
|
"whatwg-url": "^14.0.0",
|
|
"winreg": "1.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@microsoft/teamsapp-cli": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^20.11.27",
|
|
"@types/node-fetch": "^2.6.11",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/sinon": "^7.5.2",
|
|
"@types/whatwg-url": "^11.0.4",
|
|
"@types/winreg": "^1.2.30",
|
|
"concurrently": "^8.2.2",
|
|
"cpy-cli": "5.0.0",
|
|
"mocha": "^10.3.0",
|
|
"office-addin-lint": "^2.3.3",
|
|
"rimraf": "^5.0.5",
|
|
"sinon": "^17.0.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
|
|
},
|
|
"prettier": "office-addin-prettier-config",
|
|
"gitHead": "e5c64b8beefc1a766940e1ac25bccb4c94937f9c"
|
|
}
|