{
  "name": "qms-js",
  "version": "1.0.13",
  "description": "A common library that can be used for fe and be",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  },
  "scripts": {
    "clean": "npx rimraf _bundles lib lib-esm",
    "build": "npx tsc && npx tsc -m es6 --outDir lib-esm",
    "test": "jest",
    "coverage": "jest --coverage",
    "prepare": "npm run clean && npm run build",
    "version": "npm run format",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "full": "run-s test clean build"
  },
  "keywords": [
    "outsource",
    "startup",
    "qms",
    "chemical",
    "handbook",
    "netpower",
    "node",
    "library"
  ],
  "author": "Phuc Nguyen (phuc.nguyen@netpower.no)",
  "license": "ISC",
  "devDependencies": {
    "@types/crypto-js": "^4.0.1",
    "@types/jest": "^26.0.20",
    "@types/request": "^2.48.5",
    "@types/url-parse": "^1.4.3",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "eslint": "^7.20.0",
    "jest": "^26.6.3",
    "mocha": "^8.3.1",
    "node-sass": "^4.13.1",
    "nodemon": "^2.0.6",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.1",
    "ts-loader": "^8.0.6",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.5",
    "webpack": "^5.1.3",
    "webpack-cli": "^4.1.0"
  },
  "dependencies": {
    "crypto-js": "^4.0.0",
    "htmlparser2": "^6.1.0",
    "randexp": "^0.5.3",
    "url-parse": "^1.5.1"
  }
}
