Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.3 KiB

2 years ago
{
"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"
}