48 lines
1 KiB
JSON
48 lines
1 KiB
JSON
|
{
|
||
|
"name": "shiki",
|
||
|
"version": "0.14.2",
|
||
|
"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": {
|
||
|
"ansi-sequence-parser": "^1.1.0",
|
||
|
"jsonc-parser": "^3.2.0",
|
||
|
"vscode-oniguruma": "^1.7.0",
|
||
|
"vscode-textmate": "^8.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.11.17"
|
||
|
},
|
||
|
"browser": {
|
||
|
"fs": false,
|
||
|
"path": false
|
||
|
},
|
||
|
"gitHead": "56f3d8c717ec6bd6e9a1af1a174b4d361104e83d"
|
||
|
}
|