{
  "name": "scancscode",
  "version": "1.0.58",
  "description": "",
  "main": "./dist/index.js",
  "bin": {
    "scanliterals": "bin/scanliterals.js",
    "slimlangs": "bin/slimlangs.js",
    "transcsv": "bin/transcsv.js"
  },
  "scripts": {
    "build": "tsc",
    "scanliterals": "node bin/scanliterals.js",
    "slimlangs": "node bin/slimlangs.js",
    "transcsv": "node bin/transcsv.js",
    "test": "jest"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "command-line-args": "^6.0.1",
    "fast-csv": "^5.0.5",
    "glob": "^13.0.0",
    "scancscode": "^1.0.50"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
