{
"name": "rlqt-ql-wasm",
"type": "module",
"collaborators": [
"Michael S. Klishin and Contributors"
],
"description": "WebAssembly bindings for RLQT Query Language parser",
"version": "0.18.0",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rabbitmq/rlqt"
},
"files": [
"rlqt_ql_wasm_bg.wasm",
"rlqt_ql_wasm.js",
"rlqt_ql_wasm.d.ts"
],
"main": "rlqt_ql_wasm.js",
"homepage": "https://github.com/rabbitmq/rlqt",
"types": "rlqt_ql_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}