Skip to content

Commit

Permalink
fix: initial deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Apr 21, 2022
1 parent f63fed4 commit 330a043
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@
}
},
"files": [
"./dist/src",
"./dist/lib"
"dist/{src,lib}"
],
"scripts": {
"clean": "make clean",
"test": "NODE_OPTIONS=--experimental-vm-modules yarn jest"
},
"dependencies": {
"@block65/custom-error": "^8.0.0",
"got": "^12.0.3",
"node-fetch": "^3.2.3"
"@block65/custom-error": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
Expand All @@ -52,11 +49,25 @@
"eslint-plugin-import": ">=2.25.3",
"eslint-plugin-prettier": ">=4.0.0",
"get-port": "^6.1.2",
"got": "^12.0.3",
"jest": "^27.5.1",
"node-fetch": "^3.2.3",
"prettier": "^2.5.0",
"type-fest": "^2.12.2",
"typescript": ">=4.5.0"
},
"peerDependencies": {
"got": "^12.0.3",
"node-fetch": "^3.2.3"
},
"peerDependenciesMeta": {
"got": {
"optional": true
},
"node-fetch": {
"optional": true
}
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
Expand Down

0 comments on commit 330a043

Please sign in to comment.