Sync GitHub package metadata
Browse files- .npmrc +1 -0
- package.json +6 -4
.npmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
@krishthesmart:registry=https://npm.pkg.github.com
|
package.json
CHANGED
|
@@ -6,6 +6,10 @@
|
|
| 6 |
"license": "MIT",
|
| 7 |
"author": "krishthesmart <krish.arulmeiyappan@gmail.com>",
|
| 8 |
"sideEffects": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"exports": {
|
| 10 |
".": {
|
| 11 |
"types": "./dist/index.d.ts",
|
|
@@ -20,11 +24,9 @@
|
|
| 20 |
"scripts": {
|
| 21 |
"build": "tsc -p tsconfig.json",
|
| 22 |
"test": "vitest run",
|
| 23 |
-
"typecheck": "tsc -p tsconfig.json --noEmit"
|
| 24 |
-
"prepack": "npm run build"
|
| 25 |
},
|
| 26 |
"keywords": [
|
| 27 |
-
"ai",
|
| 28 |
"llm",
|
| 29 |
"schema",
|
| 30 |
"zod",
|
|
@@ -44,4 +46,4 @@
|
|
| 44 |
"contributors": [
|
| 45 |
"krishthesmart <krish.arulmeiyappan@gmail.com>"
|
| 46 |
]
|
| 47 |
-
}
|
|
|
|
| 6 |
"license": "MIT",
|
| 7 |
"author": "krishthesmart <krish.arulmeiyappan@gmail.com>",
|
| 8 |
"sideEffects": false,
|
| 9 |
+
"repository": {
|
| 10 |
+
"type": "git",
|
| 11 |
+
"url": "https://github.com/krishthesmart/contract-kit.git"
|
| 12 |
+
},
|
| 13 |
"exports": {
|
| 14 |
".": {
|
| 15 |
"types": "./dist/index.d.ts",
|
|
|
|
| 24 |
"scripts": {
|
| 25 |
"build": "tsc -p tsconfig.json",
|
| 26 |
"test": "vitest run",
|
| 27 |
+
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
|
|
| 28 |
},
|
| 29 |
"keywords": [
|
|
|
|
| 30 |
"llm",
|
| 31 |
"schema",
|
| 32 |
"zod",
|
|
|
|
| 46 |
"contributors": [
|
| 47 |
"krishthesmart <krish.arulmeiyappan@gmail.com>"
|
| 48 |
]
|
| 49 |
+
}
|