{
  "name": "@antongolub/synp",
  "version": "2.0.20",
  "description": "Convert yarn.lock to package-lock.json and vice versa",
  "keywords": [
    "yarn",
    "package-lock",
    "package-lock.json",
    "yarn.lock",
    "convert",
    "transform",
    "translate"
  ],
  "main": "index.js",
  "bin": {
    "synp": "./cli/synp.js"
  },
  "scripts": {
    "test": "standard && npm run test:unit",
    "test:unit": "tape ./test/*.spec.js",
    "coverage": "nyc --reporter=lcov npm test",
    "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Aram Drevekenin <grimsniffer@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imsnif/synp.git"
  },
  "dependencies": {
    "@yarnpkg/lockfile": "^1.1.0",
    "bash-glob": "^2.0.0",
    "colors": "^1.4.0",
    "commander": "^6.0.0",
    "eol": "^0.9.1",
    "lodash": "4.17.20",
    "nmtree": "^1.0.6",
    "request": "^2.88.2",
    "sort-object-keys": "^1.1.3"
  },
  "devDependencies": {
    "coveralls": "^3.1.0",
    "nyc": "15.1.0",
    "sinon": "^4.5.0",
    "standard": "^14.3.4",
    "tape": "^5.0.1"
  }
}
