Files
website/package.json
Jacob Nguyen 05e188439d fixes: fixes a lot of the bad links and rewording for brevity (#9)
* 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>
2022-07-26 23:17:05 +03:00

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"
}