mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 17:59:12 +08:00
46 lines
1 KiB
Text
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"
|
|
}
|