X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=package.json;h=800abf8c5597e58aad7c17854f98c8831e4f5689;hb=929552ea54e94cd0ff3f728ff52e901ac65272ee;hp=048af4d9a21b4154e48a7688cf36c450a6eed98f;hpb=ed1e08f2b5f6c01c2cbbe0c77b41ae51b9a4117c;p=poolifier.git diff --git a/package.json b/package.json index 048af4d9..800abf8c 100644 --- a/package.json +++ b/package.json @@ -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", + "prettier-standard": "^16.4.1", "standard": "^16.0.0" }, "engines": { "node": ">=12.0.0" + }, + "dependencies": { + "typescript": "^4.1.3" } }