# code-block-pro/1.1.0/build/shiki/package.json

Code Block Pro – Beautiful Syntax Highlighting, version 1.1.0. 45 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.1.0/code/build/shiki/package.json
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.1.0/raw/build/shiki/package.json
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.1.0/code/build/shiki/package.json#L10-L20`.

```json
{
  "name": "shiki",
  "version": "0.11.1",
  "description": "shiki",
  "author": "Pine Wu <octref@gmail.com>",
  "homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.unpkg.iife.js",
  "jsdelivr": "dist/index.jsdelivr.iife.js",
  "keywords": [
    "shiki",
    "syntax-highlighter",
    "highlighter"
  ],
  "files": [
    "dist",
    "languages",
    "themes",
    "samples"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octref/shiki.git"
  },
  "dependencies": {
    "jsonc-parser": "^3.0.0",
    "vscode-oniguruma": "^1.6.1",
    "vscode-textmate": "^6.0.0"
  },
  "devDependencies": {
    "@types/node": "^14.17.7"
  },
  "browser": {
    "fs": false,
    "path": false
  }
}

```
