-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
229949c
commit a8d01af
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
{ | ||
"name": "starlight-spell-checker-docs", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"private": true, | ||
"description": "Check your documentation for spelling mistakes; multilingual support.", | ||
"homepage": "https://github.com/trueberryless-org/starlight-spell-checker", | ||
"bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trueberryless-org/starlight-spell-checker.git", | ||
"directory": "docs" | ||
}, | ||
"license": "MIT", | ||
"author": "trueberryless-org", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"astro": "astro", | ||
"build": "astro build", | ||
"dev": "astro dev", | ||
"preview": "astro preview", | ||
"astro": "astro" | ||
"start": "astro dev" | ||
}, | ||
"dependencies": { | ||
"@astrojs/starlight": "^0.30.3", | ||
|
@@ -19,16 +27,8 @@ | |
"sharp": "^0.33.5", | ||
"starlight-spell-checker": "workspace:*" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "^18.17.1 || ^20.3.0 || >=21.0.0" | ||
}, | ||
"private": true, | ||
"homepage": "https://github.com/trueberryless-org/starlight-spell-checker", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trueberryless-org/starlight-spell-checker.git", | ||
"directory": "docs" | ||
}, | ||
"bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues", | ||
"packageManager": "[email protected]" | ||
} | ||
} |