mi-service-lite-env-token
Version:
Changed from idootop, read token from env
58 lines (57 loc) • 1.22 kB
JSON
{
"name": "mi-service-lite-env-token",
"version": "3.1.1",
"type": "module",
"description": "Changed from idootop, read token from env",
"license": "MIT",
"author": {
"name": "Del Wang",
"email": "hello@xbox.work",
"url": "https://github.com/idootop"
},
"keywords": [
"mi",
"xiaomi",
"mina",
"miiot",
"mi-service"
],
"scripts": {
"build": "tsup",
"prepublish": "npm run build"
},
"dependencies": {
"axios": "^1.7.5",
"pako": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.4.9",
"@types/pako": "^2.0.3",
"tsup": "^8.0.1",
"tsx": "^4.11.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16"
},
"sideEffects": false,
"files": [
"dist"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"homepage": "https://github.com/idootop/mi-service-lite",
"bugs": {
"url": "https://github.com/idootop/mi-service-lite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idootop/mi-service-lite.git"
}
}