Urara-Blog/node_modules/.pnpm-store/v3/files/6a/43ddb211d788bceca45595641e1cf2c314910cdec3e23c71bc4e9c066d7e874d54032092ef70c6b0ae891f10e7e4130f0e27aebaeaf169b922f637e51078dc
2022-08-14 01:14:53 +08:00

46 lines
1 KiB
Text

{
"name": "shiki",
"version": "0.10.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": {
"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"
}