Update INFO.yaml
[sdc/sdc-pubsub.git] / package.json
1 {
2   "name": "sdc-pubsub",
3   "version": "1.0.30",
4   "description": "Publish Subscribe library using post message for sdc plugins",
5   "main": "index.js",
6   "author": "Idan Amit",
7   "license": "Apache-2.0",
8   "scripts": {
9     "clean": "rimraf dist",
10     "build": "tsc && webpack --mode development",
11     "test": "jest",
12     "lint": "./node_modules/.bin/tslint -t json -o ./coverage/tslint-report.json --project ./tsconfig.json"
13   },
14   "keywords": [
15     "sdc",
16     "pubsub",
17     "sdc-pubsub",
18     "onap"
19   ],
20   "jestSonar": {
21     "reportPath": "coverage"
22   },
23   "devDependencies": {
24     "@types/jest": "^23.3.1",
25     "jest": "^23.4.2",
26     "jest-sonar-reporter": "^2.0.0",
27     "rimraf": "^2.6.2",
28     "ts-jest": "^23.0.1",
29     "ts-loader": "^5.3.2",
30     "tslint": "^5.11.0",
31     "tslint-sonarts": "^1.7.0",
32     "typescript": "3.3.4000",
33     "webpack": "4.12.0",
34     "webpack-cli": "^3.1.0"
35   }
36 }