24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "playground",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "8.2.3",
|
|
"@matthiesenxyz/astro-hashnode": "workspace:*",
|
|
"astro": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.5.7",
|
|
"@types/node": "^20.11.25",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|