{
  "name": "@oresoftware/cli",
  "version": "0.0.106",
  "description": "Semver-oriented TypeScript library skeleton.",
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "typings": "dist/main.d.ts",
  "scripts": {
    "test": "suman test",
    "postinstall": "./assets/postinstall.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ORESoftware/typescript-library-skeleton.git"
  },
  "keywords": [
    "typescript",
    "library",
    "skeleton",
    "scaffold"
  ],
  "author": "TODO Yo.Mama",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/ORESoftware/typescript-library-skeleton/issues"
  },
  "homepage": "https://github.com/ORESoftware/typescript-library-skeleton#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "cli-table2": "^0.2.0",
    "table": "^5.0.2"
  },
  "devDependencies": {
    "@types/cli-table2": "^0.2.1",
    "@types/node": "^20.12.7",
    "@types/table": "^4.0.5",
    "prepend-transform": "^0.0.1019"
  }
}
