{
  "name": "@jongan69/stonksjs-stock-screener",
  "version": "4.0.1",
  "description": "Pre-defined industry standard stock screeners from Finviz",
  "author": "Jonathan Gan <jongan69@users.noreply.github.com>",
  "homepage": "https://github.com/jongan69/stonksjs/tree/main/packages/stock-screener#readme",
  "license": "ISC",
  "types": "./dist/cjs/types/index.d.ts",
  "main": "./dist/cjs/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/types/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/types/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jongan69/stonksjs.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "start": "node examples/index.js",
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "build:cjs": "tsc -p ./tsconfig.cjs.json",
    "build": "rm -rf dist && npm run build:esm && npm run build:cjs",
    "docs": "typedoc --options typedoc.json"
  },
  "bugs": {
    "url": "https://github.com/jongan69/stonksjs/issues"
  },
  "dependencies": {
    "@jongan69/stonksjs-finviz": "file:../finviz",
    "axios": "^1.4.0",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "typedoc": "^0.24.8",
    "typescript": "5.0.4"
  }
}
