a075e40f093584314b4067969fdea35fe1f1b263
[sdc/sdc-pubsub.git] / package.json
1 {
2   "name": "sdc-pubsub",
3   "version": "1.0.21",
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   },
13   "keywords": [
14     "sdc",
15     "pubsub",
16     "sdc-pubsub",
17     "onap"
18   ],
19   "jestSonar": {
20     "reportPath": "coverage"
21   },
22   "devDependencies": {
23     "@types/jest": "^23.3.1",
24     "awesome-typescript-loader": "^3.1.3",
25     "jest": "^23.4.2",
26     "jest-sonar-reporter": "^2.0.0",
27     "rimraf": "^2.6.2",
28     "ts-jest": "^23.0.1",
29     "typescript": "2.7.2",
30     "webpack": "4.12.0",
31     "webpack-cli": "^3.1.0"
32   }
33 }