{
  "name": "@bonitasoft/custom-widget-builder",
  "version": "0.0.13",
  "description": "Bonitasoft UI Designer: Custom Widget Builder",
  "main": "build/src/starter.js",
  "prepublish": "tsc",
  "license": "GPLv2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bonitasoft/bonita-ui-designer-sdk.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "tsc && jest 2>&1",
    "test:coverage": "tsc && jest 2>&1 --collectCoverage",
    "test:dev": "tsc && jest --watch"
  },
  "dependencies": {
    "@types/node": "^14.14.35",
    "archiver": "^5.3.0",
    "jdenticon": "^3.1.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.kebabcase": "^4.1.1",
    "lodash.startcase": "^4.4.0",
    "lodash.upperfirst": "^4.3.1",
    "typescript": "^4.1.3",
    "web-component-analyzer": "^1.1.6",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.0",
    "@types/jest": "^26.0.22",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/lodash.kebabcase": "^4.1.6",
    "@types/lodash.startcase": "^4.4.6",
    "@types/lodash.upperfirst": "^4.3.6",
    "@types/yargs": "^15.0.13",
    "extract-zip": "^2.0.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.4"
  },
  "bin": {
    "cwb": "./build/src/starter.js",
    "custom-widget-builder": "./build/src/starter.js"
  },
  "jest": {
    "verbose": true,
    "roots": [
      "./test/"
    ],
    "preset": "ts-jest",
    "testEnvironment": "node"
  }
}
