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
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"name": "@bytelyst/accessibility",
|
|
"version": "0.1.6",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|