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
38 lines
975 B
Plaintext
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"
|
|
}
|
|
}
|