@silver-zepp/sequence-bg
Version:
Sequence BG - ZeppOS specific Sequence that works in the background.
31 lines (30 loc) • 721 B
JSON
{
"name": "@silver-zepp/sequence-bg",
"version": "1.0.4",
"description": "Sequence BG - ZeppOS specific Sequence that works in the background.",
"main": "dist/sequence-bg.js",
"types": "ts/sequence-bg.d.ts",
"exports": {
".": {
"import": "./dist/sequence-bg.js",
"types": "./ts/sequence-bg.d.ts"
}
},
"files": [
"dist/*.js",
"ts/*.d.ts",
"!dist/*.src.js"
],
"zeppos": true,
"author": "Silver, Zepp Health",
"license": "MIT",
"keywords": [
"sequence",
"async",
"await",
"promise",
"zeppos",
"Zepp OS",
"amazfit"
]
}