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