{
  "name": "201flaviosilva-utils",
  "version": "1.3.1",
  "description": "Just simple utils for javascript :)",
  "main": "src/index.js",
  "homepage": "https://201flaviosilva-labs.github.io/javascript-utils/",
  "author": "201flaviosilva",
  "license": "MIT",
  "files": [
    "build/",
    "src/",
    "types/",
    "package.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "clear": "rm -rf types && rm -rf docs && rm -rf build",
    "test": "jest",
    "test:dev": "jest --watchAll=true --config=jest.config.js",
    "jsdoc": "jsdoc -c jsdoc.conf.json",
    "types": "npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir types",
    "compile": "npm run compile:browser && npm run compile:node",
    "compile:browser": "webpack --mode production --config ./scripts/webpack-browser.config.js",
    "compile:node": "webpack --mode production --config ./scripts/webpack-node.config.js",
    "build": "npm run clear && npm run compile && npm run jsdoc && npm run types",
    "bump": "npm run build && np --no-cleanup --any-branch"
  },
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/plugin-syntax-import-assertions": "^7.18.6",
    "@babel/plugin-transform-modules-commonjs": "^7.19.6",
    "babel-loader": "^8.2.5",
    "clean-jsdoc-theme": "^4.1.8",
    "css-minify": "^2.0.0",
    "jest": "^29.2.1",
    "jest-environment-jsdom": "^29.2.1",
    "jsdoc": "^3.6.11",
    "np": "^7.6.2",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "keywords": [
    "utils"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/201flaviosilva-labs/javascript-utils.git"
  },
  "bugs": {
    "url": "https://github.com/201flaviosilva-labs/javascript-utils/issues"
  }
}
