Bumps the npm_and_yarn group with 1 update in the /release/app directory: [ws](https://github.com/websockets/ws). Updates `ws` from 8.17.1 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
693 B
JSON
24 lines
693 B
JSON
{
|
|
"name": "feishin",
|
|
"version": "0.7.2",
|
|
"description": "",
|
|
"main": "./dist/main/main.js",
|
|
"author": {
|
|
"name": "jeffvli",
|
|
"url": "https://github.com/jeffvli/"
|
|
},
|
|
"scripts": {
|
|
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
|
|
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
|
|
"postinstall": "npm run electron-rebuild && npm run link-modules"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"mpris-service": "^2.1.2",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "31.1.0"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|