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.
63 lines
1.5 KiB
63 lines
1.5 KiB
{ |
|
"name": "browser-sync-client", |
|
"description": "Client-side scripts for BrowserSync", |
|
"version": "2.29.3", |
|
"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 && webpack", |
|
"clean": "rm -rf dist/*", |
|
"watch": "npm run build -- --watch", |
|
"prepublishOnly": "npm run build", |
|
"tsc": "rm -rf dist/* dist2/* && tsc" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.21.3", |
|
"@babel/preset-env": "^7.20.2", |
|
"@babel/preset-typescript": "^7.21.0", |
|
"@types/node": "^8", |
|
"babel-loader": "^9.1.2", |
|
"core-js": "^3.29.1", |
|
"element-scroll-polyfill": "^1.0.1", |
|
"esbuild": "^0.14.27", |
|
"nanologger": "^1.3.1", |
|
"rxjs": "^5.5.6", |
|
"socket.io-client": "^4.4.1", |
|
"ts-loader": "^9.2.7", |
|
"typescript": "^4.6.2", |
|
"webpack": "^5.17.0", |
|
"webpack-cli": "^4.4.0" |
|
}, |
|
"keywords": [], |
|
"dependencies": { |
|
"etag": "1.8.1", |
|
"fresh": "0.5.2", |
|
"mitt": "^1.1.3" |
|
}, |
|
"directories": { |
|
"lib": "lib", |
|
"test": "test" |
|
}, |
|
"license": "ISC", |
|
"gitHead": "02efdff2f6cf2991b87f8e8eaf7bbd21559fa612" |
|
}
|
|
|