Merge branch 'master' of github.com:pioardi/poolifier into sync-version
[poolifier.git] / package.json
index 07cebf187d8a6bf00352ab297ab39c975846aac8..37107393d8028469c3a034f9656e54b3256125ae 100644 (file)
@@ -6,16 +6,15 @@
   "scripts": {
     "build": "npm run build:clean && tsc",
     "build:clean": "rimraf lib",
-    "test": "npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ",
+    "test": "standard && ts-standard && npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ",
     "test:debug": "mocha --inspect-brk --exit tests/*test.js ",
-    "test:nodemon": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov | coveralls",
     "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
     "standard:verbose": "npx standard --verbose",
     "lint:standard": "prettier-standard --format | standard --fix",
     "ts-standard:verbose": "npx ts-standard --verbose",
     "lint:ts-standard": "ts-standard --fix",
-    "lint-and-format": "npm run lint:standard && npm run lint:ts-standard && npm run import-sort"
+    "lint-and-format": "npm run lint:standard; npm run lint:ts-standard; npm run import-sort"
   },
   "repository": {
     "type": "git",
@@ -36,6 +35,7 @@
       "node"
     ],
     "ignore": [
+      "lib/",
       "src/",
       "examples/typescript/"
     ]
       "mocha",
       "node"
     ],
-    "extensions": ".ts"
+    "extensions": ".ts",
+    "ignore": [
+      "lib/",
+      "examples/typescript/"
+    ]
   },
   "author": "pioardi",
   "license": "MIT",
   "homepage": "https://github.com/pioardi/poolifier#readme",
   "devDependencies": {
     "benchmark": "^2.1.4",
-    "coveralls": "^3.0.9",
-    "expect": "^26.0.0",
-    "mocha": "^8.0.1",
+    "coveralls": "^3.1.0",
+    "expect": "^26.6.2",
+    "mocha": "^8.2.1",
     "mocha-lcov-reporter": "^1.3.0",
-    "nyc": "^15.0.0",
+    "nyc": "^15.1.0",
     "prettier-standard": "^16.4.1",
     "rimraf": "^3.0.2",
     "standard": "^16.0.3",