{
  "name": "aperia-dls",
  "version": "1.1.24",
  "description": "This is aperia DLS file",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "jest --maxWorkers=2",
    "build": "run-p clean && rollup -c",
    "build:tsc": "run-p clean && tsc -b",
    "clean": "rimraf lib"
  },
  "devDependencies": {
    "@testing-library/react": "^9.3.2",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.10.3",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/jest": "^24.0.23",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.9.3",
    "@types/react-router-dom": "^5.1.3",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "fs-extra": "^8.1.0",
    "jest": "^24.9.0",
    "node-sass": "^4.13.0",
    "npm-run-all": "^4.1.5",
    "path": "^0.12.7",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.5",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-typescript2": "^0.25.2",
    "ts-jest": "^24.2.0",
    "tslib": "^1.10.0",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-router-dom": "^5.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/harry_ngo/aperia-dls.git"
  },
  "author": "HienNgo",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/harry_ngo/aperia-dls/issues"
  },
  "homepage": "https://gitlab.com/harry_ngo/aperia-dls#readme",
  "directories": {
    "lib": "lib"
  }
}
