HanseltimeIndustries / template-repo-sync

A project for synchronizing template repositories with configured control on both sides of the repo.
0 stars 0 forks source link

chore(template): synchronizing template to repo #3

Closed hanseltime closed 5 months ago

hanseltime commented 7 months ago

Template Synchronization Operation of https://github.com/HanseltimeIndustries/test-private-template main

templatesync.local

Stopped the following files from syncing:

Changed the following files from what they would have synced:

package.json


{
    "name": "janus-template-sync-action",
    "version": "1.0.0",
    "description": "",
    "main": "lib/index.js",
    "scripts": {
        "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
        "run-script": "node --loader ts-node/esm",
        "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@actions/core": "^1.10.1",
        "@actions/github": "^6.0.0",
        "diff": "^5.1.0",
        "jsonpath": "^1.1.1",
        "lodash.clonedeep": "^4.5.0",
        "lodash.merge": "^4.6.2",
        "micromatch": "^4.0.5"
    },
    "devDependencies": {
        "@types/diff": "^5.0.9",
        "@types/fs-extra": "^11.0.4",
        "@types/jest": "^29.5.11",
        "@types/jsonpath": "^0.2.4",
        "@types/lodash.clonedeep": "^4.5.9",
        "@types/lodash.merge": "^4.6.9",
        "@types/micromatch": "^4.0.6",
        "@types/node": "^20.11.7",
        "colors": "^1.4.0",
        "fs-extra": "^11.2.0",
        "jest": "^29.7.0",
        "ts-jest": "^29.1.2",
        "ts-node": "^10.9.2",
        "typescript": "^5.3.3"
    },
    "engines": {
        "node": ">=20"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/HanseltimeIndustries/test-private-template.git"
    },
    "bugs": {
        "url": "https://github.com/HanseltimeIndustries/test-private-template/issues"
    },
    "homepage": "https://github.com/HanseltimeIndustries/test-private-template#readme"
}