{
  "name": "ember-asset-size-report",
  "version": "1.2.4",
  "description": "Asset size report generation for Ember.js apps",
  "main": "dist/index.js",
  "repository": "https://github.com/mike-north/ember-asset-size-report",
  "author": "Mike North <michael.l.north@gmail.com>",
  "license": "BSD-2-Clause",
  "types": "dist/ember-asset-size-report.d.ts",
  "files": [
    "dist",
    "etc",
    "docs",
    "bin"
  ],
  "bin": {
    "ember-asset-size-report": "bin/ember-asset-size-report"
  },
  "devDependencies": {
    "@microsoft/api-documenter": "^7.5.4",
    "@microsoft/api-extractor": "^7.5.2",
    "@types/debug": "^4.1.5",
    "@types/execa": "^2.0.0",
    "@types/find-up": "^4.0.0",
    "@types/fs-extra": "^8.0.1",
    "@types/left-pad": "^1.2.0",
    "@types/node": "12",
    "@types/ora": "^3.2.0",
    "@types/pkg-up": "^3.1.0",
    "@types/qunit": "^2.9.0",
    "@types/rimraf": "^2.0.3",
    "@types/terser": "^3.12.0",
    "@types/tmp": "^0.1.0",
    "@types/yargs": "^13.0.3",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.6.0",
    "eslint-plugin-eslint-comments": "^3.1.2",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "node2docfx": "^1.0.45",
    "prettier": "^1.19.1",
    "qunit": "^2.9.3",
    "scripty": "^1.9.1",
    "tsd": "^0.11.0",
    "typescript": "^3.7.2"
  },
  "scripts": {
    "build:ts": "scripty",
    "build": "scripty",
    "build:code": "scripty",
    "build:extract-api": "scripty",
    "build:generate-md": "scripty",
    "lint": "yarn eslint .  --ext ts,js",
    "pretest": "yarn rimraf test-js && yarn tsc -p test",
    "test": "yarn qunit 'test-js/**/*.test.js'",
    "clean": "yarn rimraf test-js dist"
  },
  "dependencies": {
    "@types/resolve": "^0.0.8",
    "cliui": "^6.0.0",
    "debug": "^4.1.1",
    "ember-cli": "^3.14.0",
    "execa": "^3.4.0",
    "find-up": "^4.1.0",
    "fs-extra": "^8.1.0",
    "left-pad": "^1.3.0",
    "ora": "^4.0.3",
    "pkg-up": "^3.1.0",
    "resolve": "^1.13.1",
    "rimraf": "^3.0.0",
    "terser": "^4.4.2",
    "tmp": "^0.1.0",
    "walk-sync": "^2.0.2",
    "yam": "^1.0.0",
    "yargs": "^15.0.2",
    "zlib": "^1.0.5"
  },
  "volta": {
    "node": "12.13.1",
    "yarn": "1.19.2"
  }
}
