UNPKG

dgeni-front-matter

Version:
71 lines (70 loc) 1.88 kB
{ "name": "dgeni-front-matter", "version": "5.0.0", "description": "dgeni front-matter package", "keywords": [ "dgeni", "front-matter" ], "homepage": "https://gitlab.com/html-validate/dgeni-front-matter", "bugs": { "url": "https://gitlab.com/html-validate/dgeni-front-matter/issues/new" }, "repository": { "type": "git", "url": "git+https://gitlab.com/html-validate/dgeni-front-matter.git" }, "license": "MIT", "author": "David Sveningsson <ext@sidvind.com>", "main": "dist/index.js", "files": [ "dist", "!**/*.spec.js", "!**/*.spec.d.ts" ], "scripts": { "build": "tsc", "eslint": "eslint --cache .", "eslint:fix": "eslint --cache --fix .", "prepare": "husky", "prettier:check": "prettier --check .", "prettier:write": "prettier --write .", "test": "jest --ci" }, "commitlint": { "extends": "@html-validate" }, "prettier": "@html-validate/prettier-config", "jest": { "preset": "@html-validate/jest-config" }, "devDependencies": { "@html-validate/commitlint-config": "3.2.2", "@html-validate/eslint-config": "5.16.1", "@html-validate/eslint-config-jest": "5.16.0", "@html-validate/eslint-config-typescript": "5.16.1", "@html-validate/eslint-config-typescript-typeinfo": "5.16.1", "@html-validate/jest-config": "3.9.0", "@html-validate/prettier-config": "2.4.12", "@types/jest": "29.5.12", "@types/node": "18.19.29", "canonical-path": "1.0.0", "dgeni": "0.4.14", "front-matter": "4.0.2", "husky": "9.0.11", "jest": "29.7.0", "npm-pkg-lint": "3.3.0", "ts-jest": "29.1.2", "typescript": "5.4.4" }, "peerDependencies": { "dgeni": "^0.4", "front-matter": "^3 || ^4" }, "engines": { "node": ">= 18.0" }, "release": { "extends": "@html-validate/semantic-release-config" } }