Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kitimark committed May 14, 2023
1 parent b6fed77 commit faf8e1a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/okx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "okx-api",
"name": "@apigens/okx",
"version": "1.0.0",
"main": "index.js",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/",
"package.json"
],
"license": "MIT",
"scripts": {
"build": "yarn tsc",
Expand All @@ -13,13 +18,14 @@
"@types/ejs": "^3.1.2",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"axios": "^1.4.0",
"ejs": "^3.1.9",
"jsdom": "^22.0.0",
"lodash": "^4.17.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"peerDependencies": {
"axios": "^1.4.0"
}
}

0 comments on commit faf8e1a

Please sign in to comment.