{
  "name": "@tywalk/pcf-helper",
  "version": "1.4.16",
  "description": "Command line helper for building and publishing PCF controls to Dataverse.",
  "types": "./types/",
  "files": [
    "dist",
    "types"
  ],
  "repository": {
    "url": "git+https://github.com/tywalk/pcf-helper.git"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "upgrade": "npm version patch --no-git-tag-version",
    "ready": "npm run upgrade && npm run build"
  },
  "keywords": [
    "pcf"
  ],
  "author": "tywalk",
  "bin": {
    "pcf-helper-upgrade": "dist/bin/upgrade.js",
    "pcf-helper-build": "dist/bin/build.js",
    "pcf-helper-import": "dist/bin/import.js",
    "pcf-helper-deploy": "dist/bin/deploy.js",
    "pcf-helper-init": "dist/bin/init.js"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.11",
    "@tywalk/color-logger": "^1.0.3",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  }
}
