{
  "name": "ts-file-exports",
  "version": "0.0.4",
  "description": "Utility for reading and resolving the module export names from a TypeScript or JavaScript file",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "bin": "cli.js",
  "author": "ian.b.taylor@gmail.com",
  "repository": "https://github.com/itaylor/ts-file-exports",
  "keywords": ["module", "exports", "typescript", "javascript", "files"],
  "license": "MIT",
  "private": false,
  "dependencies": {
    "commander": "^6.0.0",
    "typescript": "^3.9.7"
  },
  "devDependencies": {
    "@types/node": "^14.0.27",
    "mocha": "^8.0.1",
    "mocha-ui-jest": "^0.4.0",
    "ts-node": "^8.10.2"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register -r mocha-ui-jest --ui jest tests/*.ts"
  }
}
