cooklang 0.16.2

Cooklang parser with opt-in extensions
Documentation
{
  "name": "cooklang-workspace",
  "private": true,
  "workspaces": [
    "typescript",
    "playground"
  ],
  "scripts": {
    "playground": "wireit"
  },
  "devDependencies": {
    "wireit": "^0.14.12"
  },
  "wireit": {
    "playground": {
      "command": "npm run -w cooklang-playground start",
      "service": true,
      "dependencies": [
        {
          "script": "watch-wasm",
          "cascade": false
        }
      ]
    },
    "watch-wasm": {
      "command": "npm run -w @cooklang/cooklang-ts watch-wasm",
      "clean": true,
      "packageLocks": [
        "Cargo.lock",
        "package-lock.json"
      ],
      "files": [
        "!target",
        "**/*.toml",
        "**/*.rs"
      ],
      "output": [
        "typescript/pkg/**"
      ]
    }
  }
}