linear/package.json
array-in-a-matrix 2e7fa9ce6d init astro
2024-03-20 12:12:48 -04:00

18 lines
369 B
JSON

{
"name": "linear",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"astro": "^4.5.8",
"matrix-js-sdk": "^31.5.0",
"typescript": "^5.4.2"
}
}