15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"name": "plotdirector-word-companion",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "PlotDirector Companion Microsoft Word add-in shell.",
|
|
"scripts": {
|
|
"build": "node scripts/render-manifest.js",
|
|
"manifest": "node scripts/render-manifest.js",
|
|
"validate": "npm run manifest && office-addin-manifest validate manifest.xml"
|
|
},
|
|
"devDependencies": {
|
|
"office-addin-manifest": "^2.1.5"
|
|
}
|
|
}
|