diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..268aeb9 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "proto-planet", + "type": "module", + "version": "0.0.1", + "scripts": { + "format": "prettier --write .", + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/check": "^0.9.3", + "astro": "^4.15.2", + "typescript": "^5.5.4" + }, + "devDependencies": { + "prettier": "^3.3.3", + "prettier-plugin-astro": "^0.14.1" + } +} |