firq-dev-website/package.json
Firq 4d5bf51566
Some checks failed
/ checking (push) Successful in 15s
/ release (push) Has been cancelled
/ build-site (push) Has been cancelled
Bumped package version
2023-12-23 23:26:19 +01:00

21 lines
380 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7",
"iconoir": "^6.1.0",
"typescript": "^5.3.3"
}
}