biome/packages/@biomejs/plugin-api/package.json
Naoki Ikeguchi 1d2d4b19fd
Some checks are pending
Benchmarks / Bench (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish CLI (push) Blocked by required conditions
Release / Publish JS API (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
feat: execute JS plugin in the Boa engine (#7300)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Arend van Beelen jr. <arend@arendjr.nl>
2025-08-28 14:11:20 +09:00

36 lines
823 B
JSON

{
"private": true,
"name": "@biomejs/plugin-api",
"version": "0.0.0",
"description": "JavaScript APIs for Biome JS plugins",
"files": [
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"index.d.ts"
],
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"main": "./index.js",
"types": "./index.d.ts",
"license": "MIT OR Apache-2.0",
"homepage": "https://biomejs.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/biomejs/biome.git",
"directory": "packages/@biomejs/plugin-api"
},
"author": "Biome Developers and Contributors",
"bugs": "https://github.com/biomejs/biome/issues",
"devDependencies": {},
"peerDependencies": {
"@biomejs/biome": "*"
},
"publishConfig": {
"provenance": true
}
}