{
  "name": "flourite",
  "version": "1.3.0",
  "description": "A library for detecting the programming language of a code snippet.",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "browser": "dist/index.iife.js",
  "jsdelivr": "dist/index.iife.js",
  "unpkg": "dist/index.iife.js",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json",
    "./*": "./*"
  },
  "scripts": {
    "lint": "eslint --fix --ignore-path .gitignore .",
    "prepare": "husky install",
    "test:unit": "uvu -r esbuild-register tests \".(test|spec).ts\"",
    "test:coverage": "c8 --reporter=text --reporter=lcov npm run test:unit",
    "test:tdd": "npm run test:unit; watchlist src tests -- npm run test:unit",
    "test": "npm run test:coverage",
    "build": "rollup -c",
    "benchmark": "node -r esbuild-register benchmark/benchmark.ts"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/teknologi-umum/flourite.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/teknologi-umum"
    },
    {
      "type": "saweria",
      "url": "https://saweria.co/teknologiumum"
    }
  ],
  "keywords": [
    "programming",
    "language",
    "detection",
    "detector",
    "code",
    "classify",
    "classifier",
    "identify",
    "identifier"
  ],
  "contributors": [
    {
      "name": "Reinaldy Rafli",
      "email": "aldy505@proton.me",
      "url": "https://github.com/aldy505"
    },
    {
      "name": "elianiva",
      "email": "contact@elianiva.my.id",
      "url": "https://github.com/elianiva"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/teknologi-umum/flourite/issues"
  },
  "homepage": "https://github.com/teknologi-umum/flourite#readme",
  "directories": {
    "lib": "./src",
    "test": "./tests"
  },
  "engines": {
    "node": ">=16"
  },
  "devDependencies": {
    "@aldy505/kruonis": "^0.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@teknologi-umum/eslint-config-typescript": "^0.0.10",
    "@types/node": "^20.12.7",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "c8": "^9.1.0",
    "esbuild": "^0.20.2",
    "esbuild-register": "^3.5.0",
    "eslint": "^8.57.0",
    "husky": "^9.0.11",
    "rollup": "^4.17.2",
    "tslib": "^2.6.2",
    "typescript": "^5.4.5",
    "uvu": "^0.5.6",
    "watchlist": "^0.3.1"
  }
}
