UNPKG

modern-api.battery

Version:
36 lines 729 B
{ "name": "modern-api.battery", "version": "0.2.0-beta.2", "description": "get battery info", "author": "sun0day", "license": "ISC", "main": "./dist/index.cjs", "repository": { "type": "git", "url": "git+https://github.com/sun0day/modern-api.git", "directory": "packages/battery" }, "bugs": { "url": "https://github.com/sun0day/modern-api/issues" }, "keywords": [ "modern-api", "web api", "utils", "battery" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./*": "./*" }, "files": [ "dist" ], "scripts": { "build": "tsup --config ../../tsup.config.ts" } }