mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-13 05:17:08 -08:00
Persist user settings in database Replace cookie with dict Added protobuf npm function package.json
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "zoffline",
|
|
"description": "zoffline",
|
|
"scripts": {
|
|
"protobuf:build": "protoc --python_out=. ./protobuf/*.proto"
|
|
}
|
|
}
|
|
|