{ "name": "shiki", "version": "0.10.1", "description": "shiki", "author": "Pine Wu ", "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": { "prepublishOnly": "npm run build", "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": "5.2.0" }, "devDependencies": { "@types/node": "^14.17.7" }, "browser": { "fs": false, "path": false }, "gitHead": "0b28ad8ccfbf2615f2d9d38ea8255416b8ac3043" }