{
  "name": "@dev-build-deploy/dep5-it",
  "version": "0.2.0",
  "description": "Debian Copyright (dep5) management library",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc --project tsconfig.publish.json",
    "test": "jest --coverage",
    "lint": "eslint --ext .ts test/*.ts src/*.ts",
    "format": "prettier --write src/*.ts test/*.ts && prettier --write test/*.ts src/*.ts"
  },
  "author": "Kevin de Jong",
  "license": "MIT",
  "keywords": [
    "Copyright",
    "Debian",
    "dep5"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dev-build-deploy/dep5-it.git"
  },
  "bugs": {
    "url": "https://github.com/dev-build-deploy/dep5-it/issues"
  },
  "homepage": "https://github.com/dev-build-deploy/dep5-it#readme",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@typescript-eslint/eslint-plugin": "^5.59.11",
    "@typescript-eslint/parser": "^5.59.11",
    "eslint": "^8.42.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.8",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.3"
  },
  "files": [
    "lib/*"
  ]
}
