{
  "name": "@extendapps/chrobinsonapi",
  "version": "1.3.0",
  "description": "A distributable module for C.H. Robinson connectivity using NetSuite API's",
  "homepage": "https://gitlab.com/extendapps/chrobinson/api.git",
  "author": {
    "name": "Darren Hill",
    "email": "darren@extendapps.com",
    "url": "https://gitlab.com/darrenhill"
  },
  "repository": "git@gitlab.com:extendapps/chrobinson/api.git",
  "license": "MIT",
  "main": "chrobinsonapi.js",
  "types": "chrobinsonapi.d.ts",
  "devDependencies": {
    "@hitc/netsuite-types": "^2023.1.5",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "tslint": "^6.1.3",
    "typedoc": "^0.23.28",
    "typedoc-plugin-markdown": "^3.14.0",
    "typescript": "^5.0.3"
  },
  "keywords": [
    "chrobinson",
    "netsuite",
    "suitescript"
  ],
  "scripts": {
    "updateDependencies": "ncu -u && rm -rf node_modules && npm install",
    "documentation": "typedoc",
    "DS_Store": "find . -name '.DS_Store' -type f -delete || exit 0",
    "lint": "tslint -p tsconfig.json -c tslint.json --fix",
    "compile-typescript": "tsc",
    "build": "npm run lint && npm run compile-typescript && npm run DS_Store",
    "postversion": "git push && git push --tags && npm publish  --access public"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint"
    ],
    "extends": [
      "plugin:@typescript-eslint/recommended"
    ]
  }
}
