Skip to content

Commit

Permalink
Tweaks to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 2, 2024
1 parent e530189 commit f9cf18a
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "owlet-editor",
"version": "0.0.1",
"description": "Web-based IDE for the BBC Micro",
"authors": [
{
"name": "Matt Godbolt",
"email": "matt@godbolt.org",
"url": "https://xania.org"
},
"homepage": "https://github.com/mattgodbolt/owlet-editor#readme",
"bugs": {
"url": "https://github.com/mattgodbolt/owlet-editor/issues"
},
"license": "BSD-2-Clause",
"author": {
"name": "Matt Godbolt",
"email": "matt@godbolt.org",
"url": "https://xania.org"
},
"contributors": [
{
"name": "Dominic Pajak",
"url": "https://www.dompajak.com/"
Expand All @@ -16,7 +22,7 @@
"type": "git",
"url": "git+https://github.com/mattgodbolt/owlet-editor.git"
},
"version": "0.0.1",
"private": true,
"dependencies": {
"base2048": "^2.0.2",
"glob": "^11.0.0",
Expand Down Expand Up @@ -71,19 +77,12 @@
"lint-fix": "eslint --fix .",
"test": "env TESTBUILD=true webpack && mocha dist/test/main.js"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mattgodbolt/owlet-editor/issues"
},
"homepage": "https://github.com/mattgodbolt/owlet-editor#readme",
"private": true,
"author": "",
"lint-staged": {
"*.{mjs,js,ts}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{css,md}": [
"*.{css,md,yaml,json}": [
"prettier --write"
]
}
Expand Down

0 comments on commit f9cf18a

Please sign in to comment.