@template-tools/template-sync
Version:
Keep repository in sync with its template
84 lines (83 loc) • 2.29 kB
JSON
{
"name": "@template-tools/template-sync",
"version": "14.3.29",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./src/context.mjs"
},
"description": "Keep repository in sync with its template",
"keywords": [
"bitbucket",
"boilerplate",
"degit",
"git",
"github",
"npm",
"scaffolding",
"template"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"scripts": {
"test": "node --run test:ava",
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src**/*.mjs",
"lint": "node --run lint:docs",
"lint:docs": "documentation lint ./src**/*.mjs"
},
"dependencies": {
"@babel/core": "^7.27.1",
"@iarna/toml": "^3.0.0",
"@yarnpkg/lockfile": "^1.1.0",
"babylon": "^6.18.0",
"content-entry": "^13.3.1",
"expression-expander": "^7.2.7",
"hinted-tree-merger": "^6.2.7",
"loglevel-mixin": "^7.2.5",
"markdown": "^0.5.0",
"matching-iterator": "^2.1.3",
"one-time-execution-method": "^3.1.3",
"recast": "^0.23.11",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"yaml": "^2.7.1"
},
"devDependencies": {
"ava": "^6.3.0",
"c8": "^10.1.3",
"content-entry-filesystem": "^8.0.20",
"documentation": "^14.0.3",
"execa": "^9.5.3",
"github-repository-provider": "^9.2.3",
"mock-repository-provider": "^8.3.4",
"semantic-release": "^24.2.3"
},
"engines": {
"node": ">=22.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/template-tools/template-sync.git"
},
"bugs": {
"url": "https://github.com/template-tools/template-sync/issues"
},
"homepage": "https://github.com/template-tools/template-sync#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-javascript-component",
"arlac77/template-node-component"
]
}
}