mock-repository-provider
Version:
mocking repository provider
65 lines (64 loc) • 1.79 kB
JSON
{
"name": "mock-repository-provider",
"version": "5.5.40",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"type": "module",
"main": "./src/mock-repository-provider.mjs",
"exports": {
".": "./src/mock-repository-provider.mjs"
},
"description": "mocking repository provider",
"keywords": [
"mock",
"repository-provider"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"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/mock-repository-provider.mjs --section=API",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint ./src/mock-repository-provider.mjs"
},
"dependencies": {
"content-entry": "^2.6.0",
"content-entry-filesystem": "^2.0.2",
"globby": "^11.0.1",
"micromatch": "^4.0.2",
"one-time-execution-method": "^2.0.3",
"repository-provider": "^24.8.3"
},
"devDependencies": {
"ava": "^3.13.0",
"c8": "^7.3.5",
"documentation": "github:arlac77/documentation",
"semantic-release": "^17.3.0"
},
"engines": {
"node": ">=12.19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arlac77/mock-repository-provider.git"
},
"bugs": {
"url": "https://github.com/arlac77/mock-repository-provider/issues"
},
"homepage": "https://github.com/arlac77/mock-repository-provider#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-esm-only"
]
}
}