12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "browser-sync-client",
- "description": "Client-side scripts for BrowserSync",
- "version": "2.27.10",
- "homepage": "https://github.com/shakyshane/browser-sync-client",
- "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
- "repository": {
- "type": "git",
- "url": "git://github.com/shakyshane/browser-sync-client.git"
- },
- "bugs": {
- "url": "https://github.com/shakyshane/browser-sync-client/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
- }
- ],
- "main": "index.js",
- "files": [
- "dist"
- ],
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "build": "npm run clean && npm run tsc && npm run bundle",
- "clean": "rm -rf dist/* _dist/*",
- "watch": "npm run build:prod -- --watch",
- "prepublishOnly": "npm run build",
- "bundle": "esbuild _dist/index.js --bundle --outdir=dist --minify",
- "tsc": "rm -rf dist/* dist2/* && tsc"
- },
- "devDependencies": {
- "@types/node": "^8",
- "esbuild": "^0.14.27",
- "nanologger": "^1.3.1",
- "socket.io-client": "^4.4.1"
- },
- "keywords": [],
- "dependencies": {
- "etag": "1.8.1",
- "fresh": "0.5.2",
- "mitt": "^1.1.3",
- "rxjs": "^5.5.6",
- "typescript": "^4.6.2"
- },
- "directories": {
- "lib": "lib",
- "test": "test"
- },
- "license": "ISC",
- "gitHead": "f6965a67277bdadfaa4943e7b90e4ed6a71e90af",
- "__npminstall_done": true,
- "_from": "browser-sync-client@2.27.10",
- "_resolved": "https://registry.npmmirror.com/browser-sync-client/-/browser-sync-client-2.27.10.tgz"
- }
|