{
  "name": "typescript-bundle",
  "version": "1.0.18",
  "description": " A zero configuration bundling tool for TypeScript.",
  "scripts": {
    "clean": "smoke-task clean",
    "amd-loaders": "smoke-task amd_loaders",
    "build": "smoke-task build",
    "pack": "smoke-task pack",
    "spec": "smoke-task spec",
    "test": "npm run spec",
    "install-cli": "smoke-task install_cli",
    "uninstall-cli": "smoke-task uninstall_cli"
  },
  "bin": {
    "tsc-bundle": "./tsc-bundle"
  },
  "preferGlobal": true,
  "keywords": [
    "typescript",
    "bundle"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sinclairzx81/typescript-bundle"
  },
  "author": "sinclairzx81",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^14.14.7",
    "smoke-run": "^1.0.0",
    "smoke-task": "^1.1.2",
    "typescript": "^4.0.5"
  }
}
