{
  "name": "crc-spandx",
  "version": "0.2.0",
  "description": "Spandx command line tool for running CRC applications",
  "main": "bin/index.js",
  "bin": {
    "crc-spandx": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rvsia/crc-spandx.git"
  },
  "author": "Richard Všianský",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rvsia/crc-spandx/issues"
  },
  "homepage": "https://github.com/rvsia/crc-spandx#readme",
  "dependencies": {
    "jsonwebtoken": "8.5.1",
    "spandx-crc": "1.0.1"
  }
}
