{
  "name": "smartcharts-nxt",
  "title": "SmartChartsNXT",
  "description": "Lightweight, simple and flexible Ultra fast SVG based js chart library for Mobile, Web and App.",
  "version": "1.0.0-rc.6",
  "main": "./dist/smartchartsnxt.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://www.smartchartsnxt.com",
  "author": {
    "name": "Kausik Dey",
    "email": "kausik008@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kdologic/smartChartsNXT.git"
  },
  "bugs": {
    "url": "https://github.com/kdologic/smartChartsNXT/issues"
  },
  "license": "MIT",
  "keywords": [
    "charts",
    "graphs",
    "visualization",
    "data",
    "dataviz",
    "data visualization",
    "svg",
    "responsive",
    "visual"
  ],
  "scripts": {
    "start": "gulp --env=development",
    "build": "gulp build --env=production",
    "build:min:js": "gulp buildJS minify --env=production",
    "build:watch": "gulp build watch --env=production",
    "bump:prerelease": "npm version prerelease --no-git-tag-version --preid=rc",
    "prepublishOnly": "npm run bump:prerelease && npm run build",
    "test": "echo \"Error: no test specified\""
  },
  "sideEffects": [
    "./src/plugIns/classList.shim.min.js"
  ],
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-external-helpers": "^7.18.6",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
    "@babel/plugin-transform-react-jsx": "^7.19.0",
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.19.0",
    "@babel/runtime-corejs2": "^7.19.2",
    "@babel/runtime-corejs3": "^7.19.1",
    "babel-loader": "^8.2.5",
    "core-js": "^3.25.2",
    "crossfilter2": "^1.4.7",
    "css-loader": "^6.8.1",
    "dayjs": "^1.9.2",
    "deepmerge": "^4.0.0",
    "eslint": "^7.5.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.26.0",
    "fastdom": "^1.0.9",
    "gulp": "4.0.x",
    "gulp-clean": "^0.4.0",
    "gulp-if": "^3.0.0",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-terser": "^2.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "natives": "^1.1.6",
    "source-map-loader": "^4.0.0",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.3.6",
    "to-string-loader": "^1.2.0",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.3",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "^5.74.0",
    "webpack-bundle-analyzer": "^4.6.1",
    "webpack-stream": "^7.0.0",
    "yargs": "^14.0.0"
  },
  "dependencies": {}
}
