|
- {
- "name": "markdown-it-prism",
- "version": "2.3.0",
- "description": "Highlights code blocks in markdown-it using Prism.",
- "keywords": [
- "markdown-it",
- "markdown-it-plugin",
- "highlight",
- "prism",
- "prismjs"
- ],
- "homepage": "https://github.com/jGleitz/markdown-it-prism",
- "license": "MIT",
- "author": {
- "name": "Joshua Gleitze",
- "url": "https://joshuagleitze.de"
- },
- "files": [
- "README.md",
- "LICENSE",
- "CHANGELOG.md",
- "build/index.js",
- "build/index.d.ts"
- ],
- "main": "build/index.js",
- "types": "build/index.d.ts",
- "engines": {
- "node": ">=6.0.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jGleitz/markdown-it-prism.git"
- },
- "scripts": {
- "build:transpile": "babel ./src --out-dir build --extensions '.ts'",
- "build:types": "tsc --project src",
- "lint": "npm-run-all lint:*",
- "lint:types": "tsc",
- "lint:style": "eslint .",
- "prepack": "npm-run-all build:*",
- "unittest": "jest",
- "test": "npm-run-all lint:* unittest"
- },
- "dependencies": {
- "prismjs": "1.29.0"
- },
- "devDependencies": {
- "@babel/cli": "7.18.10",
- "@babel/core": "7.18.13",
- "@babel/preset-env": "7.18.10",
- "@babel/preset-typescript": "7.18.6",
- "@babel/register": "7.18.9",
- "@semantic-release/changelog": "6.0.1",
- "@semantic-release/git": "10.0.1",
- "@types/jest": "29.0.0",
- "@types/markdown-it": "12.2.3",
- "@types/prismjs": "1.26.0",
- "@typescript-eslint/eslint-plugin": "5.36.0",
- "@typescript-eslint/parser": "5.36.0",
- "babel-plugin-add-module-exports": "1.0.4",
- "eslint": "8.23.0",
- "jest": "29.0.1",
- "markdown-it": "13.0.1",
- "markdown-it-attrs": "4.1.4",
- "npm-run-all": "4.1.5",
- "semantic-release": "19.0.5",
- "typescript": "4.8.2"
- }
- }
|