Files
mono-repo-arch/server/app/worker-cli/package.json
Tommy Parnell 162aae18a5 stop
2021-03-22 17:09:40 -04:00

15 lines
250 B
JSON

{
"name": "worker-cli",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node index.ts"
},
"dependencies": {
"domain-worker": "1.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}