@takodotid/azure-rest
Version:
Minimal Azure REST client with Entra ID (formerly AAD) authentication. Zero external dependencies.
66 lines • 1.41 kB
JSON
{
"name": "@takodotid/azure-rest",
"version": "1.0.1",
"description": "Minimal Azure REST client with Entra ID (formerly AAD) authentication. Zero external dependencies.",
"keywords": [
"azure",
"rest",
"entra-id",
"aad",
"authentication",
"minimal",
"zero-dependencies"
],
"repository": {
"type": "git",
"url": "https://github.com/takodotid/azure-rest"
},
"license": "MIT",
"author": "PT Hobimu Jadi Cuan (Tako) <developer@tako.id>",
"contributors": [
{
"name": "Hazmi Alfarizqi",
"email": "hzmi@tako.id",
"url": "https://github.com/Hazmi35"
}
],
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.js",
"files": [
"dist"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0
]
}
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node-lts": "^22.0.2",
"@types/node": "^24.0.10",
"lefthook": "^1.11.16",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc && tsup",
"check": "biome check",
"check:ci": "biome ci"
}
}