X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e64b1fc9d9d97aa9d0bc92ffe605358484988ec3;hb=a7dc540979d13bee0dd320858214b776fa556e4d;hp=fad741c654a45682ae0ad77598f8694d0551a75a;hpb=4dc6eeb304c98ce32f69ccc40d4cec79636b31e1;p=poolifier.git diff --git a/package.json b/package.json index fad741c6..e64b1fc9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "lib/index.js", "scripts": { "build": "rollup --config --environment BUILD:development", + "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION", "build:prod": "rollup --config", "benchmark": "npm run build && node -r source-map-support/register benchmarks/internal/bench.js", "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/internal/bench.js", @@ -62,9 +63,9 @@ "lib" ], "devDependencies": { - "@types/node": "^14.14.31", + "@types/node": "^14.14.32", "@typescript-eslint/eslint-plugin": "^4.16.1", - "@typescript-eslint/parser": "^4.15.2", + "@typescript-eslint/parser": "^4.16.1", "benchmark": "^2.1.4", "eslint": "^7.21.0", "eslint-config-standard": "^16.0.2", @@ -76,7 +77,7 @@ "eslint-plugin-spellcheck": "0.0.17", "expect": "^26.6.2", "microtime": "^3.0.0", - "mocha": "^8.3.0", + "mocha": "^8.3.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0", "prettier": "^2.2.1", @@ -90,8 +91,8 @@ "rollup-plugin-typescript2": "^0.30.0", "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", - "typedoc": "^0.20.29", - "typescript": "^4.2.2" + "typedoc": "^0.20.30", + "typescript": "^4.2.3" }, "engines": { "node": ">=12.11.0",