{
    "name": "@tywalk/pcf-helper",
    "version": "1.15.0",
    "description": "Command line helper for building and publishing PCF controls to Dataverse.",
    "main": "dist/index.js",
    "types": "./types/",
    "files": [
        "dist",
        "types"
    ],
    "repository": {
        "url": "git+https://github.com/tywalk/pcf-helper.git"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    },
    "scripts": {
        "test": "jest",
        "build": "tsc",
        "upgrade": "npm version patch --no-git-tag-version",
        "ready": "npm run upgrade && npm run build",
        "update": "npm run ready && npm publish --access public",
        "temp": "echo $version"
    },
    "keywords": [
        "pcf",
        "pcf-control",
        "pcf-component",
        "power-platform",
        "powerapps",
        "power-apps",
        "dataverse",
        "dynamics-365",
        "microsoft",
        "cli",
        "command-line",
        "developer-tools",
        "build-tool",
        "deployment",
        "automation",
        "typescript",
        "pac"
    ],
    "license": "MIT",
    "author": "tywalk",
    "homepage": "https://github.com/tywalk/pcf-helper#readme",
    "engines": {
        "node": ">=16.0.0"
    },
    "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",
        "pcf-helper-session": "dist/bin/session.js",
        "pcf-helper-profile": "dist/bin/profile.js"
    },
    "devDependencies": {
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/github": "^12.0.6",
        "@semantic-release/npm": "^13.1.5",
        "@types/jest": "^29.5.14",
        "@types/node": "^22.13.11",
        "jest": "^29.7.0",
        "semantic-release": "^25.0.3",
        "ts-jest": "^29.2.6",
        "typescript": "^5.8.2"
    },
    "dependencies": {
        "@tywalk/color-logger": "^1.0.3",
        "commander": "^14.0.3",
        "playwright": "^1.58.2"
    }
}
