{
  "name": "express-transform-bare-module-specifiers",
  "version": "1.0.4",
  "description": "Express middleware to transform bare module specifiers on-the-fly.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "pretest": "npm run static",
    "test": "jest --coverage",
    "static": "tslint -c tslint.json 'src/**/*.ts' '__tests__/**/*.ts'",
    "prebuild": "trash dist && npm t",
    "build": "tsc -b tsconfig.json",
    "prerelease": "npm run build",
    "release": "standard-version",
    "postrelease": "npm publish && git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodecg/express-transform-bare-module-specifiers.git"
  },
  "keywords": [
    "express",
    "transform",
    "bare",
    "module",
    "specifiers"
  ],
  "author": "Alex Van Camp <email@alexvan.camp>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodecg/express-transform-bare-module-specifiers/issues"
  },
  "homepage": "https://github.com/nodecg/express-transform-bare-module-specifiers#readme",
  "devDependencies": {
    "@types/babel__core": "^7.1.6",
    "@types/content-type": "^1.1.2",
    "@types/express": "^4.16.0",
    "@types/get-port": "^4.0.0",
    "@types/got": "^9.2.0",
    "@types/jest": "^23.3.9",
    "@types/node": "^10.12.5",
    "express": "^4.16.4",
    "get-port": "^4.0.0",
    "got": "^9.3.2",
    "jest": "^23.6.0",
    "standard-version": "^4.4.0",
    "trash-cli": "^1.4.0",
    "ts-jest": "^23.10.4",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-xo": "^0.9.0",
    "typescript": "^3.1.6"
  },
  "dependencies": {
    "@babel/core": "^7.8.7",
    "@types/lru-cache": "^4.1.1",
    "babel-plugin-bare-import-rewrite": "^1.0.0",
    "content-type": "^1.0.4",
    "lru-cache": "^4.1.3"
  },
  "files": [
    "dist"
  ]
}
