{
  "name": "b27-officejs-custom-functions",
  "version": "1.0.0",
  "description": "B27 Office JS 自定义函数加载项骨架 / B27 Office JS custom-functions add-in scaffold",
  "private": true,
  "scripts": {
    "build": "echo \"Step 1: 把 functions.js / commands.js 放到 src/；manifest.xml 放到根目录；图标放到 assets/。 Step 2: 用 webpack/parcel 打包，或直接用 yo office 模板自带脚本。\"",
    "start": "echo \"侧载方式：Excel → 插入 → 加载项 → 我的加载项 → 上传我的加载项 → 选 manifest.xml / Excel → Insert → Add-ins → My Add-ins → Upload My Add-in → pick manifest.xml\"",
    "dev-server": "npx http-server -p 3000 -c-1 --cors .",
    "sideload": "office-toolbox sideload manifest.xml"
  },
  "dependencies": {
    "@microsoft/office-js": "^1.1.0"
  },
  "devDependencies": {
    "http-server": "^14.1.1"
  },
  "keywords": ["OfficeJS", "CustomFunctions", "Excel", "AddIn", "B27"],
  "license": "MIT"
}