@blank-utils/syntax-highlighter
Version:
CSS font-palette syntax highlighter component
42 lines (41 loc) • 863 B
JSON
{
"name": "@blank-utils/syntax-highlighter",
"version": "0.2.1",
"description": "CSS font-palette syntax highlighter component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && mkdir -p dist/fonts && cp src/fonts/syntax-highliter.woff2 dist/fonts/",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"typescript": "^5.9.2"
},
"keywords": [
"react",
"syntax-highlighter",
"font-palette",
"css",
"component"
],
"author": "BLANK-SYNTAX",
"license": "MIT"
}