Files
stats/packages/sdks/astro/package.json
Carl-Gerhard Lindesvärd 83e223a496 feat: sdks and docs (#239)
* init

* fix

* update docs

* bump: all sdks

* rename types test
2025-11-19 21:56:47 +01:00

28 lines
524 B
JSON

{
"name": "@openpanel/astro",
"version": "1.0.3-local",
"config": {
"transformPackageJson": false,
"transformEnvs": true
},
"exports": {
".": "./index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"files": ["src", "index.ts"],
"keywords": ["astro-component"],
"dependencies": {
"@openpanel/web": "workspace:1.0.3-local"
},
"devDependencies": {
"astro": "^5.7.7"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
},
"private": false,
"type": "module"
}