Skip to content

Commit ee48c5b

Browse files
committed
Add npm publish metadata (author, repository, keywords, exports)
1 parent 5697fc7 commit ee48c5b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,39 @@
33
"version": "0.1.0",
44
"description": "Node.js SDK for PeekAPI — one-line API analytics",
55
"license": "MIT",
6+
"author": "PeekAPI <support@peekapi.dev> (https://peekapi.dev)",
7+
"homepage": "https://github.com/peekapi-dev/sdk-node#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/peekapi-dev/sdk-node.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/peekapi-dev/sdk-node/issues"
14+
},
15+
"keywords": [
16+
"api",
17+
"analytics",
18+
"monitoring",
19+
"express",
20+
"fastify",
21+
"koa",
22+
"hapi",
23+
"nestjs",
24+
"middleware",
25+
"observability",
26+
"peekapi"
27+
],
628
"files": [
729
"dist"
830
],
931
"main": "dist/index.js",
1032
"types": "dist/index.d.ts",
33+
"exports": {
34+
".": {
35+
"types": "./dist/index.d.ts",
36+
"default": "./dist/index.js"
37+
}
38+
},
1139
"scripts": {
1240
"build": "tsc",
1341
"dev": "tsc --watch",

0 commit comments

Comments
 (0)