Published: - @bytelyst/accessibility 0.1.6 - @bytelyst/billing-client 0.1.0 (new) - @bytelyst/config 0.1.6 - @bytelyst/create-app 0.1.4 - @bytelyst/design-tokens 0.1.6 - @bytelyst/subscription-client 0.1.6 - @bytelyst/ui 0.1.8 - @bytelyst/webhook-dispatch 0.1.6
46 lines
960 B
JSON
46 lines
960 B
JSON
{
|
|
"name": "@bytelyst/config",
|
|
"version": "0.1.6",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./keyvault": {
|
|
"import": "./dist/keyvault.js",
|
|
"types": "./dist/keyvault.d.ts"
|
|
},
|
|
"./product-identity": {
|
|
"import": "./dist/product-identity.js",
|
|
"types": "./dist/product-identity.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run --pool forks"
|
|
},
|
|
"peerDependencies": {
|
|
"@azure/identity": ">=4.0.0",
|
|
"@azure/keyvault-secrets": ">=4.8.0",
|
|
"zod": ">=3.20.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@azure/identity": {
|
|
"optional": true
|
|
},
|
|
"@azure/keyvault-secrets": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@azure/identity": "^4.13.0",
|
|
"@azure/keyvault-secrets": "^4.10.0"
|
|
}
|
|
}
|