Files
zwift-offline/package.json
perast 0d6c28f92c Check added user columns
Persist user settings in database
Replace cookie with dict
Added protobuf npm function package.json
2020-11-04 13:52:42 +01:00

9 lines
175 B
JSON

{
"version": "1.0.0",
"name": "zoffline",
"description": "zoffline",
"scripts": {
"protobuf:build": "protoc --python_out=. ./protobuf/*.proto"
}
}