Remove unnecessary package.json information.
This commit is contained in:
parent
0088295288
commit
fe59cd7d06
15
package.json
15
package.json
|
@ -1,19 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tildes-reextended",
|
"type": "module",
|
||||||
"description": "An updated and reimagined recreation of Tildes Extended to enhance and improve the experience of Tildes.net.",
|
|
||||||
"license": "MIT",
|
|
||||||
"repository": "https://gitlab.com/tildes-community/tildes-reextended",
|
|
||||||
"authors": [
|
|
||||||
"Bauke <me@bauke.xyz>"
|
|
||||||
],
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
|
||||||
"start": "vite build -m development --watch",
|
|
||||||
"clean": "trash build web-ext-artifacts",
|
|
||||||
"build": "pnpm clean && vite build && web-ext build --source-dir build && pnpm zip-source",
|
|
||||||
"zip-source": "git archive --format zip --output web-ext-artifacts/tildes_reextended-source.zip HEAD",
|
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@holllo/migration-helper": "^0.1.2",
|
"@holllo/migration-helper": "^0.1.2",
|
||||||
"caret-pos": "^2.0.0",
|
"caret-pos": "^2.0.0",
|
||||||
|
|
Loading…
Reference in New Issue