59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "office-addin-project",
|
|
"version": "0.8.4",
|
|
"description": "Provides project wide commands to an Office Addin Project",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"office-addin-project": "cli.js"
|
|
},
|
|
"keywords": [
|
|
"office-js"
|
|
],
|
|
"dependencies": {
|
|
"adm-zip": "0.5.12",
|
|
"commander": "^6.2.1",
|
|
"fs-extra": "^7.0.1",
|
|
"inquirer": "^7.3.3",
|
|
"office-addin-manifest": "^1.13.4",
|
|
"office-addin-manifest-converter": "^0.3.1",
|
|
"office-addin-usage-data": "^1.6.12",
|
|
"path": "^0.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.0",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^14.17.2",
|
|
"@types/semver": "^7.3.9",
|
|
"assert": "^2.0.0",
|
|
"concurrently": "^7.0.0",
|
|
"mocha": "^10.0.0",
|
|
"office-addin-lint": "^2.3.3",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"homepage": "https://github.com/OfficeDev/Office-Addin-Scripts",
|
|
"repository": {
|
|
"directory": "packages/office-addin-project",
|
|
"type": "git",
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
|
|
},
|
|
"author": "Office Dev",
|
|
"license": "MIT",
|
|
"gitHead": "e5c64b8beefc1a766940e1ac25bccb4c94937f9c"
|
|
}
|