{
    "name": "@vlocode/vlocity-deploy",
    "version": "1.32.0",
    "description": "Hyper fast Salesforce/Vlocity datapack deployment library",
    "keywords": [
        "Vlocity",
        "Salesforce",
        "Datapacks",
        "Deployment"
    ],
    "main": "dist/index.js",
    "readme": "../SITE.md",
    "directories": {
        "lib": "./lib"
    },
    "engines": {
        "node": ">=20.0.0"
    },
    "scripts": {
        "clean": "shx rm -rf ./lib ./dist ./coverage ./tsconfig.tsbuildinfo './*.tgz' './src/**/*.{d.ts,ts.map,js.map,js}'",
        "build": "tsc -b",
        "postbuild": "",
        "bundle": "node ../../scripts/esbuild.mjs --entrypoint ./src/index.ts",
        "watch": "pnpm bundle --watch",
        "pack": "pnpm build && pnpm pack",
        "prebuild": "ts-json-schema-generator --path './src/**/*.ts' --tsconfig ./tsconfig.json --type DatapackExportDefinition --no-type-check -o ./src/export/exportDefinitions.schema.json --no-ref-encode",
        "prepublish": "pnpm build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Codeneos/vlocode.git"
    },
    "author": {
        "name": "Peter van Gulik",
        "email": "peter@curlybracket.nl"
    },
    "files": [
        "dist/**/*.d.ts",
        "!dist/**/*.test.d.ts",
        "dist/**/*.js",
        "dist/**/*.json",
        "!dist/**/*.test.js",
        "lib/**/*.json",
        "patches/*.patch"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Codeneos/vlocode/issues"
    },
    "homepage": "https://github.com/Codeneos/vlocode#readme",
    "devDependencies": {
        "@types/fs-extra": "^11",
        "@types/jest": "^29.5.11",
        "@types/luxon": "^3.3.0",
        "@types/node": "~20.17",
        "esbuild": "^0.25.4",
        "jest": "^29.7.0",
        "shx": "^0.3.4",
        "ts-jest": "^29.3.4",
        "ts-json-schema-generator": "^2.3.0",
        "typescript": "5.8.3"
    },
    "dependencies": {
        "@vlocode/core": "1.32.0",
        "@vlocode/omniscript": "1.32.0",
        "@vlocode/salesforce": "1.32.0",
        "@vlocode/sass": "1.32.0",
        "@vlocode/util": "1.32.0",
        "@vlocode/vlocity": "1.32.0",
        "fs-extra": "^11",
        "luxon": "^3.4.4",
        "moment": "^2.29.4"
    },
    "publisher": "curlybracket",
    "gitHead": "b701be9c6c4adc3b76e80022a1df69b97f45fdc7",
    "typings": "dist/index.d.ts"
}
