chore: clean up package.json (#274)

* chore(pkg): use short notation for repository field

* chore(pkg): use short notation for bugs field

* chore(pkg): remove non-standard field "authors"

* chore(pkg): set author field to "Apache Software Foundation"
diff --git a/package.json b/package.json
index 4bcc036..424cc2d 100644
--- a/package.json
+++ b/package.json
@@ -53,20 +53,11 @@
       "spec/"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-coho"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
-  },
-  "authors": [
-    "Andrew Grieve",
-    "steven gill",
-    "Brian LeRoux"
-  ],
+  "repository": "github:apache/cordova-coho",
+  "bugs": "https://github.com/apache/cordova-coho/issues",
   "engines": {
     "node": ">=10"
   },
+  "author": "Apache Software Foundation",
   "license": "Apache-2.0"
 }