Files
klz-cables.com/.pnpm-store/v10/files/d2/80a91cc8e39f0b79295c184a47d24264303203cfacc02beb3f4e5fa04d24e86445e9e3235434eb38c44788636d4580944fb2018f7817a4a62f0d0a1dd71572
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

38 lines
975 B
Plaintext

{
"name": "@apm-js-collab/code-transformer",
"version": "0.8.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/apm-js-collab/orchestrion-js.git"
},
"files": [
"./pkg/orchestrion_js.js",
"./pkg/orchestrion_js.d.ts",
"./index.js",
"./index.d.ts",
"LICENSE",
"NOTICE"
],
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"build": "wasm-pack build --target nodejs --release -- --features wasm && yarn build:wrapper && yarn build:inline-binary",
"build:wrapper": "tsc index.ts --declaration --module commonjs",
"build:inline-binary": "node inline-binary.js",
"test": "vitest run",
"test:update-snapshots": "vitest -u run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^18.0.0",
"source-map": "^0.7.6",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"wasm-pack": "^0.13.1"
},
"volta": {
"node": "22.15.0"
}
}