{
  "name": "js-guid",
  "productName": "Javascript guid.",
  "version": "1.0.2",
  "description": "Javascript library that lets you generate and manage unique identifiers GUIDs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "GPL-3.0-only",
  "private": false,
  "homepage": "https://github.com/Youssef-ben/js-guid#README.md",
  "author": {
    "name": "Youssef Ben",
    "url": "https://github.com/Youssef-ben/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Youssef-ben/js-guid"
  },
  "bugs": {
    "url": "https://github.com/Youssef-ben/js-guid/issues"
  },
  "keywords": [
    "js-guid",
    "guid",
    "uuid",
    "typescript uuid",
    "typescript guid",
    "javascript uuid",
    "javascript guid"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "lint": "eslint --ext .js,.ts . --quiet",
    "lint-fix": "eslint --ext .js,.ts . --quiet --fix",
    "tsc": "tsc",
    "build": " yarn lint & yarn test & yarn tsc",
    "md-lint": "node_modules/.bin/markdownlint ./ --ignore node_modules",
    "test": "jest",
    "clean": "rm -rf node_modules/ & rm -rf dist/"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.4",
    "@babel/core": "^7.10.4",
    "@babel/node": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.4",
    "@babel/plugin-proposal-do-expressions": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-function-bind": "^7.10.4",
    "@babel/plugin-proposal-function-sent": "^7.10.4",
    "@babel/plugin-proposal-json-strings": "^7.10.4",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    "@babel/plugin-proposal-numeric-separator": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/plugin-proposal-optional-chaining": "^7.10.4",
    "@babel/plugin-proposal-pipeline-operator": "^7.10.4",
    "@babel/plugin-proposal-throw-expressions": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/runtime": "^7.10.4",
    "@loadable/babel-plugin": "^5.13.0",
    "@types/jest": "^29.2.5",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.3.1",
    "node": "^19.3.0",
    "prettier": "^2.0.5",
    "ts-jest": "^29.0.3",
    "typescript": "^4.6.0"
  }
}
