{
  "name": "vscode-uri",
  "author": "Microsoft",
  "version": "3.0.7",
  "description": "The URI implementation that is used by VS Code and its extensions",
  "main": "./lib/umd/index.js",
  "typings": "./lib/umd/index",
  "module": "./lib/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf lib",
    "pack-production": "webpack --mode=production",
    "pack-dev": "webpack",
    "compile": "tsc -p ./src",
    "prepublish": "npm run pack-production",
    "test": "tsc -p ./src && npm run pack-dev && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-uri.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microsoft/vscode-uri/issues"
  },
  "homepage": "https://github.com/microsoft/vscode-uri#readme",
  "devDependencies": {
    "@types/mocha": "^9.1.1",
    "@types/node": "16.x",
    "mocha": "^10.0.0",
    "path-browserify": "^1.0.1",
    "rimraf": "^3.0.2",
    "ts-loader": "^9.3.1",
    "typescript": "^4.8.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
