{
  "name": "@charescape/js-utils-proj",
  "version": "1.5.1",
  "description": "",
  "keywords": [],
  "main": "dist/js-utils-proj.cjs.js",
  "module": "dist/js-utils-proj.esm.js",
  "types": "types/index.d.ts",
  "files": [
    "src/",
    "dist/",
    "types/"
  ],
  "author": "Charescape <charescape@outlook.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/charescape/js-utils-proj"
  },
  "license": "MIT",
  "scripts": {
    "build": "npm run build:types && npm run build:dist",
    "build:dist": "rm -rf dist/ && rollup -c",
    "build:types": "rm -rf types/ && tsc --emitDeclarationOnly --moduleResolution node",
    "dev": "rollup -c -w",
    "test": "npm run build && npm run test:node && npm run test:jsdom",
    "test:node": "jest   --env=node --errorOnDeprecated --coverage --coverageProvider=v8 --colors --verbose",
    "test:jsdom": "jest --env=jsdom --errorOnDeprecated --coverage --coverageProvider=v8 --colors --verbose",
    "redo-install": "rm -rf node_modules/ && rm -f package-lock.json && npm install -dd",
    "do-npm-login": "npm login -dd",
    "do-npm-publish": "npm publish . --access public -dd"
  },
  "dependencies": {
    "@charescape/js-utils": "^1.5.0",
    "axios": "^0.24.0",
    "sweetalert2": "^11.3.3"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.1",
    "@tsconfig/recommended": "^1.0.1",
    "@types/jest": "^27.0.3",
    "@types/qs": "^6.9.6",
    "jest": "^27.4.3",
    "lodash-es": "^4.17.21",
    "rollup": "^2.60.2",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.2.0",
    "typescript": "^4.5.4"
  }
}
