package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "browser-sync-client",
  3. "description": "Client-side scripts for BrowserSync",
  4. "version": "2.27.10",
  5. "homepage": "https://github.com/shakyshane/browser-sync-client",
  6. "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/shakyshane/browser-sync-client.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/shakyshane/browser-sync-client/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "main": "index.js",
  21. "files": [
  22. "dist"
  23. ],
  24. "engines": {
  25. "node": ">=8.0.0"
  26. },
  27. "scripts": {
  28. "build": "npm run clean && npm run tsc && npm run bundle",
  29. "clean": "rm -rf dist/* _dist/*",
  30. "watch": "npm run build:prod -- --watch",
  31. "prepublishOnly": "npm run build",
  32. "bundle": "esbuild _dist/index.js --bundle --outdir=dist --minify",
  33. "tsc": "rm -rf dist/* dist2/* && tsc"
  34. },
  35. "devDependencies": {
  36. "@types/node": "^8",
  37. "esbuild": "^0.14.27",
  38. "nanologger": "^1.3.1",
  39. "socket.io-client": "^4.4.1"
  40. },
  41. "keywords": [],
  42. "dependencies": {
  43. "etag": "1.8.1",
  44. "fresh": "0.5.2",
  45. "mitt": "^1.1.3",
  46. "rxjs": "^5.5.6",
  47. "typescript": "^4.6.2"
  48. },
  49. "directories": {
  50. "lib": "lib",
  51. "test": "test"
  52. },
  53. "license": "ISC",
  54. "gitHead": "f6965a67277bdadfaa4943e7b90e4ed6a71e90af",
  55. "__npminstall_done": true,
  56. "_from": "browser-sync-client@2.27.10",
  57. "_resolved": "https://registry.npmmirror.com/browser-sync-client/-/browser-sync-client-2.27.10.tgz"
  58. }