{
  "name": "html-insert-assets",
  "version": "0.14.3",
  "description": "Insert assets such as .js, .css into an HTML file.",
  "repository": {
    "type": "git",
    "url": "https://github.com/jbedard/html-insert-assets.git"
  },
  "author": "Jason Bedard",
  "license": "MIT",
  "main": "./dist/run.js",
  "bin": {
    "html-insert-assets": "./bin/html-insert-assets"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -Rf dist/",
    "test": "ts-node node_modules/jasmine/bin/jasmine test/*.ts",
    "lint": "eslint --fix {src,test}/*.ts"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && tsc"
    }
  },
  "prepublish": "rm -Rf dist/ && tsc",
  "dependencies": {
    "mkdirp": "^1.0.3",
    "parse5": "^6.0.0"
  },
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/jasmine": "^4.0.3",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^16.0.0",
    "@types/parse5": "^6.0.1",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^4.3.0",
    "jasmine": "^4.2.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.1.2",
    "standard-changelog": "^2.0.18",
    "ts-node": "^10.2.1",
    "typescript": "^4.0.3"
  }
}
