mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Brings in 8 main commits (0.1.48 release, provider overhaul, keyboard shortcuts, desktop login shell env, question form Enter key) with proper git history. Resolves conflicts by keeping dev branch architecture where it subsumes main's changes, and main's provider snapshot COMPAT comments.
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@getpaseo/highlight",
|
|
"version": "0.1.48",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": [
|
|
"./dist/index.js",
|
|
"./src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "node -e \"require('node:fs').rmSync('dist',{ recursive: true, force: true })\" && tsc -p tsconfig.json --incremental false",
|
|
"prepack": "npm run build",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lezer/common": "^1.5.0",
|
|
"@lezer/cpp": "^1.1.5",
|
|
"@lezer/css": "^1.3.0",
|
|
"@lezer/go": "^1.0.1",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@lezer/html": "^1.3.13",
|
|
"@lezer/java": "^1.1.3",
|
|
"@lezer/javascript": "^1.5.4",
|
|
"@lezer/json": "^1.0.3",
|
|
"@lezer/markdown": "^1.6.2",
|
|
"@lezer/php": "^1.0.5",
|
|
"@lezer/python": "^1.1.18",
|
|
"@lezer/rust": "^1.0.2",
|
|
"@lezer/xml": "^1.0.6",
|
|
"@lezer/yaml": "^1.0.4",
|
|
"lezer-elixir": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|