Skip to content

Commit b0da8c4

Browse files
committed
Prepare for release
1 parent 12891df commit b0da8c4

File tree

2 files changed

+40
-15
lines changed

2 files changed

+40
-15
lines changed

package-lock.json

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@jsonhero/ts-node-package-template",
2+
"name": "@jsonhero/schema-infer",
33
"version": "0.0.1",
4-
"description": "A template for creating a new TypeScript package",
5-
"homepage": "https://github.com/jsonhero-io/ts-node-package-template",
4+
"description": "Infers JSON Schemas from example JSON",
5+
"homepage": "https://github.com/jsonhero-io/schema-infer",
66
"bugs": {
7-
"url": "https://github.com/jsonhero-io/ts-node-package-template/issues"
7+
"url": "https://github.com/jsonhero-io/schema-infer/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/jsonhero-io/ts-node-package-template.git"
11+
"url": "https://github.com/jsonhero-io/schema-infer.git"
1212
},
1313
"exports": "./lib/index.js",
1414
"types": "lib/index.d.ts",
@@ -32,8 +32,12 @@
3232
"engines": {
3333
"node": "16"
3434
},
35-
"keywords": [],
36-
"author": "Author Name",
35+
"keywords": [
36+
"json",
37+
"schema",
38+
"json-schema"
39+
],
40+
"author": "Eric Allam",
3741
"license": "MIT",
3842
"devDependencies": {
3943
"@tsconfig/node16": "^1.0.2",
@@ -72,9 +76,10 @@
7276
},
7377
"dependencies": {
7478
"@jsonhero/json-infer-types": "1.0.9",
79+
"@jsonhero/json-schema-fns": "^0.0.1",
7580
"ts-pattern": "^3.3.4"
7681
},
7782
"bin": {
7883
"schema-infer": "./cli/schema-infer.js"
7984
}
80-
}
85+
}

0 commit comments

Comments
 (0)