{
"name": "@calcit/procs",
"version": "0.10.6",
"main": "./lib/calcit.procs.mjs",
"devDependencies": {
"@types/node": "^24.1.0",
"typescript": "^5.9.2"
},
"scripts": {
"compile": "rm -rfv lib/* && tsc",
"procs-link": "ln -s ../../ node_modules/@calcit/procs",
"cp-mac": "cargo build --release && rm -rfv builds/* && node scripts/cp-version.js && scp builds/* rsync-user@calcit-lang.org:/web-assets/repo/calcit-lang/binaries/macos/",
"eval": "cargo run --bin cr -- eval",
"check-all": "yarn compile && yarn try-rs && yarn try-js && yarn try-ir",
"try-rs": "cargo run --bin cr -- calcit/test.cirru -1",
"try-js-brk": "cargo run --bin cr -- calcit/test.cirru -1 js && node --inspect-brk js-out/main.mjs",
"try-js": "cargo run --bin cr -- calcit/test.cirru -1 js && node js-out/main.mjs",
"try-ir": "cargo run --bin cr -- calcit/test.cirru -1 js"
},
"repository": {
"type": "git",
"url": "https://github.com/calcit-lang/calcit"
},
"dependencies": {
"@calcit/ternary-tree": "0.0.25",
"@cirru/parser.ts": "^0.0.6",
"@cirru/writer.ts": "^0.1.5"
}
}