@toast-ui/editor-plugin-code-syntax-highlight
Version:
TOAST UI Editor : Code Syntax Highlight Plugin
59 lines (58 loc) • 1.59 kB
JSON
{
"name": "@toast-ui/editor-plugin-code-syntax-highlight",
"version": "3.1.0",
"description": "TOAST UI Editor : Code Syntax Highlight Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
"editor",
"plugin",
"codeblock",
"highlight"
],
"main": "dist/toastui-editor-plugin-code-syntax-highlight.js",
"types": "types/index.d.ts",
"files": [
"dist/*.js",
"dist/*.css",
"types/index.d.ts"
],
"author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.editor.git",
"directory": "plugins/code-syntax-highlight"
},
"bugs": {
"url": "https://github.com/nhn/tui.editor/issues"
},
"homepage": "https://ui.toast.com",
"browserslist": "last 2 versions, not ie <= 10",
"scripts": {
"lint": "eslint .",
"test:types": "tsc",
"test": "jest --watch",
"test:ci": "jest",
"serve": "snowpack dev",
"serve:ie": "webpack serve",
"serve:ie:all": "webpack serve --env all",
"build:all": "webpack build --env all",
"build:cdn": "webpack build --env cdn & webpack build --env cdn minify",
"build:cdn-all": "webpack build --env cdn all & webpack build --env cdn all minify",
"build": "webpack build && npm run build:cdn && npm run build:cdn-all && npm run build:all"
},
"devDependencies": {
"@types/prismjs": "^1.16.3",
"cross-env": "^6.0.3"
},
"dependencies": {
"prismjs": "^1.23.0"
},
"publishConfig": {
"access": "public"
}
}