@nelts/worker
Version:
worker for nelts
36 lines (35 loc) • 770 B
JSON
{
"name": "@nelts/worker",
"version": "1.0.44",
"description": "worker for nelts",
"main": "dist/index.js",
"source": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/nelts/worker.git"
},
"scripts": {
"build": "rm -rf dist/ && tsc -d"
},
"keywords": [
"template",
"nelts"
],
"author": "cevio",
"license": "MIT",
"bugs": {
"url": "https://github.com/nelts/worker/issues"
},
"homepage": "https://github.com/nelts/worker#readme",
"devDependencies": {
"@types/node": "^12.7.4",
"typescript": "^3.6.2"
},
"dependencies": {
"@nelts/factory": "^1.0.24",
"@nelts/messager": "^1.0.27",
"@nelts/process": "^1.1.26",
"@nelts/utils": "^1.0.20",
"globby": "^10.0.1"
}
}