1
Fork 0

Remove unnecessary package.json information.

This commit is contained in:
Bauke 2023-06-21 20:15:19 +02:00
parent 0088295288
commit fe59cd7d06
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 14 deletions

View File

@ -1,19 +1,6 @@
{
"name": "tildes-reextended",
"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>"
],
"type": "module",
"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": {
"@holllo/migration-helper": "^0.1.2",
"caret-pos": "^2.0.0",