X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=800abf8c5597e58aad7c17854f98c8831e4f5689;hb=929552ea54e94cd0ff3f728ff52e901ac65272ee;hp=e707420ff0896c201595d94b9489c7e9186a2864;hpb=36354c943b5a643e3fa037cd76a07eaf461d4050;p=poolifier.git diff --git a/package.json b/package.json index e707420f..800abf8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "1.2.0", + "version": "1.2.1", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", "types": "index.d.ts", @@ -8,10 +8,9 @@ "build": "npm install", "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ", "debug-test": "mocha --inspect-brk --exit tests/*test.js ", - "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov | coveralls", "standard-verbose": "npx standard --verbose", - "lint": "standard --fix" + "lint": "prettier-standard --format | standard --fix" }, "repository": { "type": "git", @@ -45,9 +44,13 @@ "mocha": "^8.0.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.0.0", - "standard": "^14.3.1" + "prettier-standard": "^16.4.1", + "standard": "^16.0.0" }, "engines": { "node": ">=12.0.0" + }, + "dependencies": { + "typescript": "^4.1.3" } }