UNPKG

hexo-front-matter

Version:
50 lines (49 loc) 1.11 kB
{ "name": "hexo-front-matter", "version": "5.0.0", "description": "Front-matter parser.", "main": "dist/front_matter", "scripts": { "prepublish ": "npm run clean && npm run build", "build": "tsc -b", "clean": "tsc -b --clean", "eslint": "eslint .", "test": "mocha", "test-cov": "c8 --reporter=lcovonly npm run test" }, "files": [ "dist/**" ], "types": "./dist/front_matter.d.ts", "repository": "hexojs/hexo-front-matter", "keywords": [ "front-matter", "front matter", "yaml", "yml", "hexo", "json" ], "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)", "license": "MIT", "dependencies": { "luxon": "^3.6.1", "yaml": "2.7.1" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/luxon": "^3.6.2", "@types/mocha": "^10.0.6", "@types/node": "^22.14.0", "c8": "^10.1.2", "chai": "^6.2.0", "eslint": "^8.23.1", "eslint-config-hexo": "^5.0.0", "mocha": "^11.7.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "engines": { "node": ">=20.19.0" } }