get-projectz-readme-section-regex
Version:
Returns a regex for Projectz readme sections depending on the section name.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "get-projectz-readme-section-regex",
"version": "3.0.10",
"description": "Returns a regex for Projectz readme sections depending on the section name.",
"keywords": [
"expression",
"function",
"placeholder",
"projectz",
"regex",
"regular",
"section"
],
"repository": "dword-design/get-projectz-readme-section-regex",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"dependencies": {
"@dword-design/functions": "^4.0.0"
},
"devDependencies": {
"@dword-design/base": "^9.4.1"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
}
}