{
	"name": "markdown-it-fancy-lists",
	"version": "2.0.1",
	"description": "Extension for markdown-it to support additional numbering types for ordered lists ",
	"keywords": [
		"markdown-it-plugin",
		"markdown-it",
		"markdown",
		"commonmark",
		"fancy-lists",
		"ordered-list"
	],
	"author": {
		"name": "Moxio",
		"email": "info@moxio.com",
		"url": "https://www.moxio.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/Moxio/markdown-it-fancy-lists.git"
	},
	"license": "MIT",
	"scripts": {
		"test": "./node_modules/.bin/mocha --require ts-node/register ./test/**/*.ts",
		"prepare": "npm run build",
		"build": "tsc"
	},
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"require": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"sideEffects": false,
	"files": [
		"dist/"
	],
	"dependencies": {
		"roman-numerals": "^0.3.2"
	},
	"devDependencies": {
		"@markedjs/html-differ": "^5.0.5",
		"@types/chai": "^5.2.3",
		"@types/markdown-it": "^14.1.2",
		"@types/markedjs__html-differ": "^3.0.6",
		"@types/mocha": "^10.0.0",
		"@types/roman-numerals": "^0.3.0",
		"chai": "^6.2.2",
		"markdown-it": "^14.0.0",
		"mocha": "^11.0.0",
		"ts-node": "^10.9.2",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"markdown-it": "^12.0.3 || ^13.0.1 || ^14.0.0"
	}
}
