add author and repo to root package.json

This commit is contained in:
2024-10-09 17:31:02 -05:00
parent abb9ee60e3
commit e85c1aa334
+9 -1
View File
@@ -2,6 +2,15 @@
"name": "osc",
"version": "0.0.0",
"private": true,
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/osc-js.git"
},
"scripts": {
"lint:check": "eslint ./",
"format:check": "prettier ./ --check",
@@ -17,5 +26,4 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0"
}
}