Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Jan 14, 2022
1 parent 12891df commit b0da8c4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 15 deletions.
34 changes: 27 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@jsonhero/ts-node-package-template",
"name": "@jsonhero/schema-infer",
"version": "0.0.1",
"description": "A template for creating a new TypeScript package",
"homepage": "https://github.com/jsonhero-io/ts-node-package-template",
"description": "Infers JSON Schemas from example JSON",
"homepage": "https://github.com/jsonhero-io/schema-infer",
"bugs": {
"url": "https://github.com/jsonhero-io/ts-node-package-template/issues"
"url": "https://github.com/jsonhero-io/schema-infer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonhero-io/ts-node-package-template.git"
"url": "https://github.com/jsonhero-io/schema-infer.git"
},
"exports": "./lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -32,8 +32,12 @@
"engines": {
"node": "16"
},
"keywords": [],
"author": "Author Name",
"keywords": [
"json",
"schema",
"json-schema"
],
"author": "Eric Allam",
"license": "MIT",
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
Expand Down Expand Up @@ -72,9 +76,10 @@
},
"dependencies": {
"@jsonhero/json-infer-types": "1.0.9",
"@jsonhero/json-schema-fns": "^0.0.1",
"ts-pattern": "^3.3.4"
},
"bin": {
"schema-infer": "./cli/schema-infer.js"
}
}
}

0 comments on commit b0da8c4

Please sign in to comment.