mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-03 14:13:34 -04:00
pack all dist files and add decimal.js
This commit is contained in:
parent
7b88f7d261
commit
262a41bb96
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
"dist",
|
||||||
"dist/**/*"
|
"dist/**/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -28,6 +29,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^18.14.2",
|
"@types/node": "^18.14.2",
|
||||||
"console": "^0.7.2",
|
"console": "^0.7.2",
|
||||||
|
"decimal.js": "^10.4.3",
|
||||||
"google-protobuf": "^3.20.3",
|
"google-protobuf": "^3.20.3",
|
||||||
"grpc-web": "^1.4.2"
|
"grpc-web": "^1.4.2"
|
||||||
},
|
},
|
||||||
|
@ -39,7 +41,6 @@
|
||||||
"@typescript-eslint/eslint-plugin": "5.53.0",
|
"@typescript-eslint/eslint-plugin": "5.53.0",
|
||||||
"@typescript-eslint/parser": "^5.53.0",
|
"@typescript-eslint/parser": "^5.53.0",
|
||||||
"babel-jest": "^29.4.3",
|
"babel-jest": "^29.4.3",
|
||||||
"decimal.js": "^10.4.3",
|
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.35.0",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-import-resolver-typescript": "^3.5.3",
|
"eslint-import-resolver-typescript": "^3.5.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue