aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f1dce689edc57d57c590ff89e588d5df2f58280a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "sdc-pubsub",
  "version": "1.0.30",
  "description": "Publish Subscribe library using post message for sdc plugins",
  "main": "index.js",
  "author": "Idan Amit",
  "license": "Apache-2.0",
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc && webpack --mode development",
    "test": "jest",
    "lint": "./node_modules/.bin/tslint -t json -o ./coverage/tslint-report.json --project ./tsconfig.json"
  },
  "keywords": [
    "sdc",
    "pubsub",
    "sdc-pubsub",
    "onap"
  ],
  "jestSonar": {
    "reportPath": "coverage"
  },
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "jest": "^23.4.2",
    "jest-sonar-reporter": "^2.0.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^23.0.1",
    "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"
  }
}