Use private email
[poolifier.git] / package.json
index 07cebf187d8a6bf00352ab297ab39c975846aac8..efa32bc96a5b8ed858c494d32189a6d44cd0cc9d 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",
+  "contributors": [
+    {
+      "name": "Christopher Quadflieg",
+      "email": "chrissi92@hotmail.de",
+      "url": "https://github.com/Shinigami92"
+    },
+    {
+      "name": "Jérôme Benoit",
+      "email": "jerome.benoit@piment-noir.org",
+      "url": "https://github.com/jerome-benoit"
+    }
+  ],
   "license": "MIT",
   "bugs": {
     "url": "https://github.com/pioardi/poolifier/issues"