We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce87e commit 7e82a28Copy full SHA for 7e82a28
package.json
@@ -1,8 +1,7 @@
1
{
2
"name": "simple-stack",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
+ "version": "0.0.0",
+ "description": "Astro for apps",
6
"scripts": {
7
"dev": "turbo dev --filter='./packages/*'",
8
"dev:all": "turbo dev",
@@ -15,9 +14,9 @@
15
14
"format": "biome format",
16
"format:write": "biome format --write"
17
},
18
- "keywords": [],
+ "keywords": ["withastro"],
19
"author": "",
20
- "license": "ISC",
+ "license": "MIT",
21
"devDependencies": {
22
"@biomejs/biome": "^1.4.1",
23
"turbo": "^1.11.2"
0 commit comments