chore: some small fixes and native deps config

This commit is contained in:
Rafael Taranto 2025-05-23 18:01:23 +01:00
parent 465dd5af7c
commit e84490bbca
11 changed files with 146 additions and 3646 deletions

View file

@ -86,9 +86,9 @@
"serve-static": "^1.12.4",
"talisman": "^0.20.0",
"telnyx": "^1.25.5",
"typesafe-db": "workspace:*",
"tronweb": "^5.3.0",
"twilio": "^3.6.1",
"typesafe-db": "workspace:*",
"uuid": "8.3.2",
"web3": "1.7.1",
"winston": "^2.4.2",
@ -126,32 +126,12 @@
"lamassu-clean-parsed-id": "./bin/lamassu-clean-parsed-id"
},
"scripts": {
"build": "echo 'Server requires no build step'",
"start": "node bin/lamassu-server",
"dev": "concurrently \"npm:server\" \"npm:admin-server\"",
"jtest": "jest --detectOpenHandles",
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
"server": "nodemon bin/lamassu-server --mockScoring --logLevel silly",
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
"watch": "concurrently \"npm:server\" \"npm:admin-server\"",
"server": "node bin/lamassu-server --mockScoring --logLevel silly --watch",
"admin-server": "node bin/lamassu-admin-server --dev --logLevel silly --watch",
"stress-test": "cd tests/stress/ && node index.js 50 -v"
},
"nodemonConfig": {
"ignore": [
"new-lamassu-admin/*"
]
},
"devDependencies": {
"concurrently": "^5.3.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"standard": "^12.0.1"
},
"standard": {
"ignore": [
"/lamassu-admin-elm",
"/public",
"/new-lamassu-admin"
]
"concurrently": "^5.3.0"
}
}