@biomejs/js-api
Advanced tools
+72
-1
@@ -1,1 +0,72 @@ | ||
| {"name":"@biomejs/js-api","version":"0.8.0-beta.3","description":"JavaScript APIs for the Biome package","scripts":{"tsc":"tsc --noEmit","format":"cargo biome-cli-dev format --write .","ci":"cargo biome-cli-dev ci ./src && tsc --noEmit","check":"pnpm biome:check && tsc --noEmit","biome:check":"cargo biome-cli-dev check .","check:apply":"cargo biome-cli-dev check --apply-unsafe .","build:wasm-dev":"pnpm run \"/^build:wasm-.+-dev$/\"","build:wasm":"pnpm run \"/^build:wasm-.+(?<!dev)$/\"","build:wasm-bundler-dev":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-bundler --target bundler --dev --scope biomejs ../../../crates/biome_wasm","build:wasm-bundler":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-bundler --target bundler --release --scope biomejs ../../../crates/biome_wasm","build:wasm-node-dev":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-nodejs --target nodejs --dev --scope biomejs ../../../crates/biome_wasm","build:wasm-node":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-nodejs --target nodejs --release --scope biomejs ../../../crates/biome_wasm","build:wasm-web-dev":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --dev --scope biomejs ../../../crates/biome_wasm","build:wasm-web":"wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --release --scope biomejs ../../../crates/biome_wasm","test":"vitest","test:ci":"vitest run","build":"tsc"},"files":["README.md","LICENSE-APACHE","LICENSE-MIT","ROME-LICENSE-MIT","dist/"],"main":"./dist/index.js","types":"./dist/index.d.ts","keywords":["JavaScript","bindings","APIs","biome"],"license":"MIT OR Apache-2.0","homepage":"https://biomejs.dev","repository":{"type":"git","url":"git+https://github.com/biomejs/biome.git","directory":"packages/@biomejs/js-api"},"author":"Biome Developers and Contributors","bugs":"https://github.com/biomejs/biome/issues","devDependencies":{"@biomejs/wasm-bundler":"link:../wasm-bundler","@biomejs/wasm-nodejs":"link:../wasm-nodejs","@biomejs/wasm-web":"link:../wasm-web","typescript":"5.8.3","vite":"6.3.5","vitest":"3.1.4"},"peerDependencies":{"@biomejs/wasm-bundler":"^1.9.4","@biomejs/wasm-nodejs":"^1.9.4","@biomejs/wasm-web":"^1.9.4"},"peerDependenciesMeta":{"@biomejs/wasm-bundler":{"optional":true},"@biomejs/wasm-nodejs":{"optional":true},"@biomejs/wasm-web":{"optional":true}}} | ||
| { | ||
| "name": "@biomejs/js-api", | ||
| "version": "1.0.0", | ||
| "description": "JavaScript APIs for the Biome package", | ||
| "scripts": { | ||
| "tsc": "tsc --noEmit", | ||
| "format": "cargo biome-cli-dev format --write .", | ||
| "ci": "cargo biome-cli-dev ci ./src && tsc --noEmit", | ||
| "check": "pnpm biome:check && tsc --noEmit", | ||
| "biome:check": "cargo biome-cli-dev check .", | ||
| "check:apply": "cargo biome-cli-dev check --apply-unsafe .", | ||
| "build:wasm-dev": "pnpm run \"/^build:wasm-.+-dev$/\"", | ||
| "build:wasm": "pnpm run \"/^build:wasm-.+(?<!dev)$/\"", | ||
| "build:wasm-bundler-dev": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-bundler --target bundler --dev --scope biomejs ../../../crates/biome_wasm", | ||
| "build:wasm-bundler": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-bundler --target bundler --release --scope biomejs ../../../crates/biome_wasm", | ||
| "build:wasm-node-dev": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-nodejs --target nodejs --dev --scope biomejs ../../../crates/biome_wasm", | ||
| "build:wasm-node": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-nodejs --target nodejs --release --scope biomejs ../../../crates/biome_wasm", | ||
| "build:wasm-web-dev": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --dev --scope biomejs ../../../crates/biome_wasm", | ||
| "build:wasm-web": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --release --scope biomejs ../../../crates/biome_wasm", | ||
| "test": "vitest", | ||
| "test:ci": "vitest run", | ||
| "build": "tsc" | ||
| }, | ||
| "files": [ | ||
| "README.md", | ||
| "LICENSE-APACHE", | ||
| "LICENSE-MIT", | ||
| "ROME-LICENSE-MIT", | ||
| "dist/" | ||
| ], | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "keywords": [ | ||
| "JavaScript", | ||
| "bindings", | ||
| "APIs", | ||
| "biome" | ||
| ], | ||
| "license": "MIT OR Apache-2.0", | ||
| "homepage": "https://biomejs.dev", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/biomejs/biome.git", | ||
| "directory": "packages/@biomejs/js-api" | ||
| }, | ||
| "author": "Biome Developers and Contributors", | ||
| "bugs": "https://github.com/biomejs/biome/issues", | ||
| "devDependencies": { | ||
| "@biomejs/wasm-bundler": "link:../wasm-bundler", | ||
| "@biomejs/wasm-nodejs": "link:../wasm-nodejs", | ||
| "@biomejs/wasm-web": "link:../wasm-web", | ||
| "typescript": "5.8.3", | ||
| "vite": "6.3.5", | ||
| "vitest": "3.2.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "@biomejs/wasm-bundler": "^2.0.0", | ||
| "@biomejs/wasm-nodejs": "^2.0.0", | ||
| "@biomejs/wasm-web": "^2.0.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@biomejs/wasm-bundler": { | ||
| "optional": true | ||
| }, | ||
| "@biomejs/wasm-nodejs": { | ||
| "optional": true | ||
| }, | ||
| "@biomejs/wasm-web": { | ||
| "optional": true | ||
| } | ||
| } | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
42032
0.85%0
-100%