{
  "name": "@cantinc/utils",
  "version": "1.4.4",
  "description": "Cant inc. utils",
  "main": "index.js",
  "module": "index.es6.js",
  "esnext": "index.es6.js",
  "jsnext:main": "index.es6.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "innetjs release",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "release": "innetjs release -p",
    "patch": "innetjs patch",
    "minor": "innetjs minor",
    "major": "innetjs major"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cantinc/utils.git"
  },
  "keywords": [
    "innet",
    "utils",
    "front-end"
  ],
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cantinc/utils/issues"
  },
  "homepage": "https://github.com/cantinc/utils",
  "dependencies": {
    "url-regex": "^5.0.0"
  }
}