We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc98f0d + fcbc089 commit 571ddb4Copy full SHA for 571ddb4
package.json
@@ -2,14 +2,23 @@
2
"name": "@hey-api/c12",
3
"version": "3.2.1",
4
"description": "Smart Config Loader",
5
- "repository": "hey-api/c12",
+ "homepage": "https://heyapi.dev/",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/hey-api/c12.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/hey-api/c12/issues"
12
13
"license": "MIT",
14
+ "author": {
15
+ "email": "[email protected]",
16
+ "name": "Hey API",
17
+ "url": "https://heyapi.dev"
18
19
+ "funding": "https://github.com/sponsors/hey-api",
20
"sideEffects": false,
21
"type": "module",
- "publishConfig": {
- "access": "public",
- "registry": "https://npm.pkg.github.com"
- },
22
"exports": {
23
".": {
24
"types": "./dist/index.d.mts",
0 commit comments