Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@cloner/worker",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/worker.ts",
|
||||
"start": "tsx src/worker.ts",
|
||||
"test": "node --import tsx --test test/*.test.ts",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cloner/core": "*",
|
||||
"@cloner/db": "*",
|
||||
"@cloner/storage": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloner/api": "*",
|
||||
"@cloner/test-utils": "*",
|
||||
"tsx": "4.22.4",
|
||||
"typescript": "5.7.3",
|
||||
"@types/node": "22.10.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user