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
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"name": "@bytelyst/subscription-client",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|