feat: init
This commit is contained in:
94
node_modules/@speed-highlight/core/package.json
generated
vendored
Normal file
94
node_modules/@speed-highlight/core/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"name": "@speed-highlight/core",
|
||||
"version": "1.2.14",
|
||||
"description": "🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection",
|
||||
"main": "./dist/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/node/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./detect": {
|
||||
"import": "./dist/detect.js",
|
||||
"require": "./dist/node/detect.js",
|
||||
"types": "./dist/detect.d.ts"
|
||||
},
|
||||
"./terminal": {
|
||||
"import": "./dist/terminal.js",
|
||||
"require": "./dist/node/terminal.js",
|
||||
"types": "./dist/terminal.d.ts"
|
||||
},
|
||||
"./themes/*.css": "./dist/themes/*.css"
|
||||
},
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bash .github/workflows/build.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/speed-highlight/core.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/speed-highlight/core/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"syntax-highlighting",
|
||||
"language",
|
||||
"fast",
|
||||
"js",
|
||||
"simple",
|
||||
"highlighter",
|
||||
"regex",
|
||||
"highlighting",
|
||||
"highlightjs",
|
||||
"small",
|
||||
"deno"
|
||||
],
|
||||
"author": {
|
||||
"name": "matubu",
|
||||
"email": "hi@mathias.ninja",
|
||||
"url": "https://mathias.ninja"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"homepage": "https://github.com/speed-highlight/core#readme",
|
||||
"devDependencies": {
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"esbuild": "^0.25.0",
|
||||
"lightningcss-cli": "^1.25.1",
|
||||
"semantic-release": "^25.0.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"release": {
|
||||
"branches": [
|
||||
"main"
|
||||
],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
},
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"dist/*",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user