Skip to content

Commit 706bb7c

Browse files
committed
chore(package.json): add additional information in package.json
1 parent 6ff1b5c commit 706bb7c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"name": "hypercode",
33
"version": "2.2.0",
4-
"description": "Hypercode is a friendly npm package that makes it easy to get live, structured LLM responses in your application.",
4+
"description": "Hypercode is a npm package for Node.js that allows you to consume the Hyper APIs easily in your JavaScript or TypeScript projects with complete type-safety",
55
"author": {
66
"name": "Hyper AI",
77
"email": "[email protected]",
88
"url": "https://gethyper.ai"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/gethyperai/hypercode.git"
13+
},
14+
"bugs": {
15+
"email": "[email protected]",
16+
"url": "https://github.com/gethyperai/hypercode/issues"
17+
},
18+
"homepage": "https://github.com/gethyperai/hypercode#readme",
19+
"readme": "https://github.com/gethyperai/hypercode#readme",
1020
"license": "MIT",
11-
"homepage": "https://gethyper.ai",
1221
"main": "dist/index.cjs.js",
1322
"module": "dist/index.esm.js",
1423
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)