tree-sitter.tree-sitter/lib/binding_web/package.json
dependabot[bot] badf2882c6 build(deps): bump the npm group across 1 directory with 5 updates
Bumps the npm group with 5 updates in the /lib/binding_web directory:

| Package | From | To |
| --- | --- | --- |
| [@types/emscripten](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/emscripten) | `1.41.5` | `1.41.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.0` | `26.4.1` |
| [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.68.0` | `8.69.0` |



Updates `@types/emscripten` from 1.41.5 to 1.41.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/emscripten)

Updates `@types/node` from 26.4.0 to 26.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 10.9.1 to 10.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.9.1...v10.10.0)

Updates `tsx` from 4.23.12 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.23.12...v4.23.13)

Updates `typescript-eslint` from 8.68.0 to 8.69.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.69.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/emscripten"
  dependency-version: 1.41.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tsx
  dependency-version: 4.23.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-version: 8.69.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-07 23:46:17 +02:00

106 lines
2.8 KiB
JSON

{
"name": "web-tree-sitter",
"version": "0.28.0",
"description": "Tree-sitter bindings for the web",
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter.git",
"directory": "lib/binding_web"
},
"license": "MIT",
"author": {
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"
},
"maintainers": [
{
"name": "Amaan Qureshi",
"email": "amaanq12@gmail.com"
}
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./web-tree-sitter.d.ts",
"default": "./web-tree-sitter.js"
},
"require": {
"types": "./web-tree-sitter.d.cts",
"default": "./web-tree-sitter.cjs"
}
},
"./web-tree-sitter.wasm": "./web-tree-sitter.wasm",
"./debug": {
"import": {
"types": "./web-tree-sitter.d.ts",
"default": "./debug/web-tree-sitter.js"
},
"require": {
"types": "./web-tree-sitter.d.cts",
"default": "./debug/web-tree-sitter.cjs"
}
},
"./debug/web-tree-sitter.wasm": "./debug/web-tree-sitter.wasm"
},
"browser": {
"fs": false,
"fs/promises": false,
"module": false
},
"types": "web-tree-sitter.d.ts",
"keywords": [
"incremental",
"parsing",
"tree-sitter",
"wasm"
],
"files": [
"web-tree-sitter.cjs",
"web-tree-sitter.cjs.map",
"web-tree-sitter.js",
"web-tree-sitter.js.map",
"web-tree-sitter.wasm",
"web-tree-sitter.wasm.map",
"debug/web-tree-sitter.cjs",
"debug/web-tree-sitter.cjs.map",
"debug/web-tree-sitter.js",
"debug/web-tree-sitter.js.map",
"debug/web-tree-sitter.wasm",
"debug/web-tree-sitter.wasm.map",
"web-tree-sitter.d.ts",
"web-tree-sitter.d.ts.map",
"web-tree-sitter.d.cts",
"web-tree-sitter.d.cts.map"
],
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/emscripten": "^1.41.6",
"@types/node": "^26.4.1",
"@vitest/coverage-v8": "^3.0.5",
"dts-buddy": "^0.8.3",
"esbuild": "^0.28.2",
"eslint": "^10.10.0",
"source-map": "^0.8.0",
"tsx": "^4.23.13",
"typescript": "^5.7.3",
"typescript-eslint": "^8.69.0",
"vitest": "^3.0.5"
},
"scripts": {
"build:ts": "tsc -b . && node script/build.js",
"build:wasm": "cd ../../ && cargo xtask build-wasm",
"build:wasm:debug": "cd ../../ && cargo xtask build-wasm --debug",
"build": "npm run build:wasm && npm run build:ts",
"build:debug": "npm run build:wasm:debug && npm run build:ts -- --debug",
"build:dts": "node script/generate-dts.js",
"lint": "eslint src/*.ts script/*.ts test/*.ts",
"lint:fix": "eslint src/*.ts script/*.ts test/*.ts --fix",
"test": "vitest run",
"test:watch": "vitest",
"prepack": "cp ../../LICENSE .",
"postpack": "rm LICENSE",
"prepublishOnly": "tsx script/check-artifacts-fresh.ts"
}
}