File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments