File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -75,4 +75,5 @@ docs/WebClient.md
7575docs/WebContext.md
7676git_push.sh
7777index.ts
78+ package.json
7879tsconfig.json
Original file line number Diff line number Diff line change 11{
22 "name" : " @croct/export" ,
3- "version" : " 0.3 .0" ,
4- "description" : " Node.js client for the Croct Export API. " ,
5- "author" : {
6- "name " : " Croct " ,
7- "url " : " https://croct.com " ,
8- "email " : " lib+export@croct .com"
3+ "version" : " 0.7 .0" ,
4+ "description" : " OpenAPI client for @croct/export " ,
5+ "author" : " OpenAPI-Generator Contributors " ,
6+ "repository " : {
7+ "type " : " git " ,
8+ "url " : " https://github .com/GIT_USER_ID/GIT_REPO_ID.git "
99 },
1010 "keywords" : [
1111 " axios" ,
1414 " openapi-generator" ,
1515 " @croct/export"
1616 ],
17- "license" : " MIT " ,
17+ "license" : " Unlicense " ,
1818 "main" : " ./dist/index.js" ,
1919 "typings" : " ./dist/index.d.ts" ,
2020 "scripts" : {
21- "build" : " tsc --outDir dist/ " ,
22- "prepublishOnly " : " npm run build"
21+ "build" : " tsc" ,
22+ "prepare " : " npm run build"
2323 },
2424 "dependencies" : {
25- "axios" : " ^0.21.1 "
25+ "axios" : " ^1.13.5 "
2626 },
2727 "devDependencies" : {
28- "@types/node" : " ^ 12.11.5" ,
29- "typescript" : " ^3.6.4 "
28+ "@types/node" : " 12.11.5 - 12.20.42 " ,
29+ "typescript" : " ^4.0 || ^5.0 "
3030 }
3131}
You can’t perform that action at this time.
0 commit comments