mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
* bug: typos * fix: links * fix: sidebar links * fix: cli link * fix: local links * fix: oops forgot some links * fixing more links * docs: adding brevity * feat: adding basic plugin description back * fix: export -> exports * fix: intro href * fix: docs link (don't want unwanted redirect to home * fix: titles * style: format ( vscode default ) * docs: comment out * adding nojekyll * fix: idk trying to fix netlify deploy * Create netlify.toml * Update package.json * docs: Removed nojekyll * chore: update netlify.toml Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"name": "@sern/website",
|
|
"version": "1.0.0",
|
|
"description": "Sern's modern, clean and beginner friendly web interface",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sern-handler/website.git"
|
|
},
|
|
"author": "xxDeveloper",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sern-handler/website/issues"
|
|
},
|
|
"homepage": "https://github.com/sern-handler/website#readme"
|
|
}
|