UNPKG

@paulrobertlloyd/mf2tojf2

Version:
61 lines (60 loc) 1.57 kB
{ "name": "@paulrobertlloyd/mf2tojf2", "version": "3.0.0", "description": "Convert MF2 to JF2", "keywords": [ "microformats", "mf2", "jf2" ], "homepage": "https://github.com/getindiekit/mf2tojf2#readme", "author": { "name": "Paul Robert Lloyd", "url": "https://paulrobertlloyd.com" }, "license": "MIT", "engines": { "node": ">=22" }, "type": "module", "main": "index.js", "files": [ "lib", "index.js" ], "bugs": "https://github.com/getindiekit/mf2tojf2/issues", "repository": { "type": "git", "url": "git://github.com/getindiekit/mf2tojf2.git" }, "scripts": { "lint:prettier": "prettier . --check", "lint:prettier:fix": "prettier . --write", "lint:js": "eslint '**/*.js'", "lint:js:fix": "eslint '**/*.js' --fix", "lint": "npm run lint:prettier && npm run lint:js", "lint:fix": "npm run lint:prettier:fix && npm run lint:js:fix", "test": "node --test --test-reporter spec", "test:coverage": "node --test --experimental-test-coverage", "release": "np --no-publish", "prepare": "husky install" }, "dependencies": { "microformats-parser": "^2.0.0" }, "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "eslint": "^9.12.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-jsdoc": "^61.0.0", "eslint-plugin-unicorn": "^62.0.0", "husky": "^9.0.0", "np": "^10.0.0", "prettier": "^3.0.0", "undici": "^7.0.0" }, "publishConfig": { "access": "public" } }