calcit_runner 0.3.21

Interpreter and js codegen for Calcit
Documentation
{
  "name": "@calcit/procs",
  "version": "0.3.21",
  "main": "./lib/calcit.procs.js",
  "devDependencies": {
    "@types/node": "^15.0.1",
    "typescript": "^4.2.4",
    "vite": "^2.2.3",
    "webpack": "^5.36.1",
    "webpack-cli": "^4.6.0"
  },
  "scripts": {
    "procs-link": "ln -s ../../ node_modules/@calcit/procs",
    "test-js": "cargo run calcit/snapshots/test.cirru --emit-js && yarn tsc && target=node yarn webpack && node js-out/bundle.js"
  },
  "dependencies": {
    "@calcit/ternary-tree": "0.0.12",
    "@cirru/parser.ts": "^0.0.3",
    "@cirru/writer.ts": "^0.1.3"
  }
}