{
  "name": "@barsanovinray/jscore",
  "version": "0.0.1077",
  "description": "barsa novin ray javascript core module",
  "scripts": {
    "start": "webpack serve --open --config webpack.dev.js",
    "build-prod": "webpack --config webpack.prod.js",
    "build-dev": "webpack --config webpack.dev.js",
    "build-analyzer": "webpack --config webpack.prod.js --json > dist/stats.json && npm run analyzer",
    "build-publish": "npm version patch && npm run build-prod && npm publish --access=public",
    "publish": "npm publish --access=public",
    "analyzer": "webpack-bundle-analyzer dist/stats.json"
  },
  "files": [
    "core.js"
  ],
  "author": "barsanovinray",
  "devDependencies": {
    "@babel/core": "^7.12.16",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@ianwalter/exclude-assets-plugin": "^1.0.0",
    "@types/jquery": "^3.5.5",
    "babel-loader": "^8.2.2",
    "babel-minify-webpack-plugin": "^0.3.1",
    "babel-preset-minify": "^0.5.1",
    "brotli-webpack-plugin": "^1.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "compression-webpack-plugin": "^8.0.1",
    "copy-webpack-plugin": "^7.0.0",
    "css-loader": "^5.0.2",
    "css-minimizer-webpack-plugin": "^1.2.0",
    "exports-loader": "^2.0.0",
    "expose-loader": "^2.0.0",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.1.0",
    "mini-css-extract-plugin": "^1.3.8",
    "raw-loader": "^4.0.2",
    "style-loader": "^2.0.0",
    "ts-loader": "^8.0.17",
    "typescript": "^4.1.5",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.21.2",
    "webpack-bundle-analyzer": "^4.4.0",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.7.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "@babel/runtime-corejs3": "^7.15.4",
    "bignumber.js": "^9.0.1",
    "core-js": "^3.18.0",
    "corejs": "^1.0.0",
    "jquery": "^3.5.1",
    "regenerator-runtime": "^0.13.9"
  },
  "private": false,
  "main": "core.js",
  "keywords": [
    "barsanovinray",
    "jscore"
  ],
  "license": "UNLICENSED"
}
