{
  "name": "gtin",
  "version": "1.0.2",
  "description": "GTIN (UPC, EAN, ITF, etc.) utilities.",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "standardx src/**/*.ts && tsc --noEmit && jest --collectCoverage",
    "prepare": "tsc"
  },
  "engines": {
    "node": ">=10"
  },
  "browserslist": [
    "> 1%",
    "not ie > 0"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/xbpf/gtin.git"
  },
  "keywords": [
    "gtin",
    "upc",
    "ean",
    "ucc",
    "itf",
    "itf-14",
    "itf14",
    "ean-13",
    "ean13",
    "ucc-12",
    "ucc12",
    "upc-e",
    "upce",
    "upca",
    "upc-a",
    "validation",
    "utilities",
    "valid"
  ],
  "author": "Ivan K <ivan@sq10.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xbpf/gtin/issues"
  },
  "homepage": "https://github.com/xbpf/gtin#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.13.14",
    "@babel/preset-typescript": "^7.13.0",
    "@types/jest": "^26.0.22",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "babel-jest": "^26.6.3",
    "coveralls": "^3.1.0",
    "jest": "^26.6.3",
    "standardx": "^7.0.0",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.3"
  },
  "standardx": {
    "env": [
      "jest"
    ],
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint/eslint-plugin"
    ]
  }
}