11{
22 "name" : " contentstack-cli-tsgen" ,
33 "description" : " Generate TypeScript typings from a Stack." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "author" : " Michael Davis" ,
66 "bugs" : " https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues" ,
77 "dependencies" : {
8- "@contentstack/cli-command" : " ^1.0.3" ,
9- "@oclif/command" : " ^1.8.0" ,
10- "@oclif/config" : " ^1.17.0" ,
8+ "@contentstack/cli-command" : " ^1.2.0" ,
9+ "@contentstack/cli-utilities" : " ^1.2.0" ,
1110 "lodash" : " ^4.17.20" ,
1211 "prettier" : " ^2.0.5" ,
1312 "tslib" : " ^1.13.0"
1413 },
1514 "devDependencies" : {
16- "@oclif/dev-cli" : " ^1.22.2" ,
1715 "@oclif/plugin-help" : " ^3.2.0" ,
1816 "@types/jest" : " ^26.0.14" ,
1917 "@types/lodash" : " ^4.14.162" ,
2321 "eslint-config-oclif-typescript" : " ^0.1.0" ,
2422 "globby" : " ^10.0.2" ,
2523 "jest" : " ^26.5.3" ,
24+ "oclif" : " ^3.7.0" ,
2625 "ts-jest" : " ^26.4.1" ,
27- "ts-node" : " ^8. 10.2 " ,
28- "typescript" : " ^3.9.7 "
26+ "ts-node" : " ^10.9.1 " ,
27+ "typescript" : " ^4.8.4 "
2928 },
3029 "engines" : {
3130 "node" : " >=8.0.0"
5453 "scripts" : {
5554 "postpack" : " rm -f oclif.manifest.json" ,
5655 "posttest" : " eslint . --ext .ts --config .eslintrc" ,
57- "prepack" : " rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme" ,
56+ "prepack" : " rm -rf lib && tsc -b && oclif manifest && oclif readme" ,
5857 "test" : " jest" ,
59- "version" : " oclif-dev readme && git add README.md"
58+ "version" : " oclif readme && git add README.md"
6059 }
61- }
60+ }
0 commit comments