@recordreplay/protocol
Version:
Definition of the protocol used by the Record Replay web service
24 lines (23 loc) • 698 B
JSON
{
"name": "@recordreplay/protocol",
"version": "0.28.0",
"description": "Definition of the protocol used by the Record Replay web service",
"author": "",
"license": "BSD-3-Clause",
"homepage": "https://replay.io/protocol",
"files": [
"js",
"json/protocol.json",
"LICENSE",
"README.md"
],
"main": "js/index.js",
"scripts": {
"build-json": "python3 inspector_protocol/convert_protocol_to_json.py pdl/protocol.pdl json/protocol.json",
"build-ts": "node dobuildts",
"build-js": "node dobuildjs",
"build": "npm run clean && npm run build-json && npm run build-ts && npm run build-js",
"clean": "node doclean",
"prepare": "npm run build"
}
}