Update INFO.yaml
[sdc/sdc-pubsub.git] / package.json
index a075e40..f1dce68 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "sdc-pubsub",
-  "version": "1.0.21",
+  "version": "1.0.30",
   "description": "Publish Subscribe library using post message for sdc plugins",
   "main": "index.js",
   "author": "Idan Amit",
@@ -8,7 +8,8 @@
   "scripts": {
     "clean": "rimraf dist",
     "build": "tsc && webpack --mode development",
-    "test": "jest"
+    "test": "jest",
+    "lint": "./node_modules/.bin/tslint -t json -o ./coverage/tslint-report.json --project ./tsconfig.json"
   },
   "keywords": [
     "sdc",
   },
   "devDependencies": {
     "@types/jest": "^23.3.1",
-    "awesome-typescript-loader": "^3.1.3",
     "jest": "^23.4.2",
     "jest-sonar-reporter": "^2.0.0",
     "rimraf": "^2.6.2",
     "ts-jest": "^23.0.1",
-    "typescript": "2.7.2",
+    "ts-loader": "^5.3.2",
+    "tslint": "^5.11.0",
+    "tslint-sonarts": "^1.7.0",
+    "typescript": "3.3.4000",
     "webpack": "4.12.0",
     "webpack-cli": "^3.1.0"
   }