Initial import
This commit is contained in:
16
apps/worker/package.json
Normal file
16
apps/worker/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@nproxy/worker",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nproxy/config": "workspace:*",
|
||||
"@nproxy/db": "workspace:*",
|
||||
"@nproxy/domain": "workspace:*",
|
||||
"@nproxy/providers": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user