54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "office-addin-usage-data",
|
|
"version": "2.0.6",
|
|
"description": "Provides infrastructure to send usage data events and exceptions.",
|
|
"main": "./lib/main.js",
|
|
"scripts": {
|
|
"build": "rimraf lib && concurrently \"tsc -p tsconfig.json\"",
|
|
"cli": "node lib/cli.js",
|
|
"lint": "eslint src/**/*.{ts,tsx,js,jsx}",
|
|
"lint:fix": "eslint src/**/*.{ts,tsx,js,jsx} --fix",
|
|
"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-usage-data": "./cli.js"
|
|
},
|
|
"keywords": [
|
|
"Office",
|
|
"Office Add-in"
|
|
],
|
|
"dependencies": {
|
|
"applicationinsights": "^1.7.3",
|
|
"commander": "^13.0.0",
|
|
"readline-sync": "^1.4.9",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^14.17.2",
|
|
"concurrently": "^9.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-office-addins": "^4.0.6",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"mocha": "^11.0.1",
|
|
"office-addin-prettier-config": "^2.0.1",
|
|
"rimraf": "^6.0.1",
|
|
"sinon": "^19.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4",
|
|
"typescript-eslint": "^8.4.0"
|
|
},
|
|
"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": "3023b9e22db5320008316d9eaf99993caa2e7a86"
|
|
}
|