UNPKG

@favware/syntax-highlighter-core

Version:

A lightweight, easy-to-use and framework agnostic syntax highlighter for your code snippets.

61 lines (60 loc) 1.55 kB
{ "name": "@favware/syntax-highlighter-core", "version": "1.1.2", "description": "A lightweight, easy-to-use and framework agnostic syntax highlighter for your code snippets.", "author": "@favware", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "unpkg": "dist/favware-syntax-highlighter-core/favware-syntax-highlighter-core.esm.js", "collection:main": "dist/collection/index.js", "collection": "dist/collection/collection-manifest.json", "homepage": "https://github.com/favware/syntax-highlighter/tree/main/packages/core#readme", "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "generate": "stencil generate" }, "dependencies": { "@stencil/core": "2.5.2", "clipboard": "^2.0.8", "prismjs": "^1.23.0" }, "directories": { "lib": "src" }, "files": [ "dist/", "loader/" ], "engines": { "node": ">=10" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/favware/syntax-highlighter.git" }, "bugs": { "url": "https://github.com/favware/syntax-highlighter/issues" }, "keywords": [ "favware", "typescript", "ts", "yarn", "stenciljs", "syntax", "highlight", "prism", "primsjs", "webcomponents", "stencil" ], "gitHead": "1fbe63d8578875438d377b74b0126f849a4b8115" }