npm-template-sync
Version:
Keep repository in sync with its template
92 lines (91 loc) • 2.5 kB
JSON
{
"name": "npm-template-sync",
"version": "10.7.14",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"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",
"bin": {
"npm-template-sync": "src/npm-template-sync-cli.mjs"
},
"scripts": {
"test": "npm run test:ava",
"test:ava": "ava --timeout 2m tests/*.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme ./src/context.mjs --section=API",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint ./src/context.mjs"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@iarna/toml": "^3.0.0",
"@yarnpkg/lockfile": "^1.1.0",
"aggregation-repository-provider": "^2.9.28",
"babylon": "^6.18.0",
"bitbucket-repository-provider": "^3.7.85",
"commander": "^6.2.1",
"content-entry": "^2.6.1",
"expression-expander": "^7.0.7",
"github-repository-provider": "^7.21.11",
"hinted-tree-merger": "^4.6.5",
"js-yaml": "^4.0.0",
"local-repository-provider": "^7.0.72",
"loglevel-mixin": "^6.0.1",
"markdown": "^0.5.0",
"matching-iterator": "^1.1.3",
"one-time-execution-method": "^2.0.5",
"recast": "^0.20.4",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.1",
"remove-sensible-values": "^1.0.9",
"unified": "^9.2.0"
},
"devDependencies": {
"ava": "^3.15.0",
"c8": "^7.4.0",
"content-entry-filesystem": "^2.0.3",
"documentation": "github:arlac77/documentation",
"execa": "^5.0.0",
"mock-repository-provider": "5.5.55",
"semantic-release": "^17.3.1"
},
"engines": {
"node": ">=14.15.3"
},
"repository": {
"type": "git",
"url": "https://github.com/arlac77/npm-template-sync.git"
},
"bugs": {
"url": "https://github.com/arlac77/npm-template-sync/issues"
},
"homepage": "https://github.com/arlac77/npm-template-sync#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-esm-only",
"arlac77/template-node-app"
]
}
}