mirror of
https://github.com/sern-handler/website
synced 2026-06-18 13:52:21 +00:00
feat: migrate to starlight
This commit is contained in:
60
node_modules/astro-expressive-code/package.json
generated
vendored
Normal file
60
node_modules/astro-expressive-code/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "astro-expressive-code",
|
||||
"version": "0.35.3",
|
||||
"description": "Astro integration for Expressive Code, a text marking & annotation engine for presenting source code on the web.",
|
||||
"keywords": [
|
||||
"astro-integration"
|
||||
],
|
||||
"author": "Tibor Schiemann",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/expressive-code/expressive-code.git",
|
||||
"directory": "packages/astro-expressive-code"
|
||||
},
|
||||
"type": "module",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"./hast": {
|
||||
"types": "./dist/hast.d.ts",
|
||||
"default": "./dist/hast.js"
|
||||
},
|
||||
"./components": "./components/index.ts"
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"hast": [
|
||||
"dist/hast.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"components",
|
||||
"virtual.d.ts"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0-beta || ^3.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"rehype-expressive-code": "^0.35.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^4.5.2",
|
||||
"execa": "^7.1.1",
|
||||
"@internal/test-utils": "^0.2.28"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup ./src/index.ts ./src/hast.ts --format esm --dts --sourcemap --clean",
|
||||
"coverage": "vitest run --coverage",
|
||||
"test": "vitest run --reporter verbose",
|
||||
"test-short": "vitest run --reporter basic",
|
||||
"test-watch": "vitest --reporter verbose",
|
||||
"watch": "pnpm build --watch src"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user