Skip to content

Commit

Permalink
new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Apr 10, 2024
1 parent 4ad6cad commit fdd6b6b
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 14 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/index.js",
"dev": "nodemon --watch 'src/**' --ext 'ts,json' --ignore 'src/**/*.spec.ts' --ignore 'src/migrations' --exec 'ts-node src/index.ts'",
"test": "jest --forceExit --detectOpenHandles --coverage --verbose",
"migrate": "node-pg-migrate --database-url-var PG_COMPONENT_PSQL_CONNECTION_STRING --envPath .env -j ts --tsconfig tsconfig.json -m ./src/migrations",
"lint:check": "eslint '**/*.{js,ts}'",
Expand All @@ -12,7 +13,9 @@
"devDependencies": {
"@dcl/eslint-config": "^2.0.0",
"@types/node": "^20.11.28",
"@types/ws": "^8.5.10",
"@well-known-components/test-helpers": "^1.5.6",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
Expand All @@ -24,12 +27,18 @@
"tabWidth": 2
},
"dependencies": {
"@dcl/platform-crypto-middleware": "^1.0.2",
"@dcl/protocol": "^1.0.0-2569677750.commit-6ce832a",
"@dcl/rpc": "^1.1.2",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.1.0",
"@well-known-components/interfaces": "^1.4.3",
"@well-known-components/logger": "^3.1.3",
"@well-known-components/metrics": "^2.1.0",
"@well-known-components/pg-component": "^0.2.2",
"@well-known-components/uws-http-server": "^0.0.1-20240314125425.commit-711dd8f"
"@well-known-components/uws-http-server": "^0.0.1-20240314125425.commit-711dd8f",
"fp-future": "^1.0.1",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit fdd6b6b

Please sign in to comment.