Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
htilly authored Sep 2, 2024
1 parent 5a94b29 commit cf01ca2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"description": "Zen sonos project",
"main": "index.js",
"scripts": {
"pretest": "if [ ! -f 'config/config.json' ]; then cp 'config/config.json.example' 'config/config.json'; fi",
"test": "mocha --reporter spec",
"cover": "npm run pretest; node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --opts test/mocha.opts test/* -R spec",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"pretest": "if [ ! -f 'config/config.json' ]; then cp 'config/config.json.example' 'config/config.json'; fi"
},
"keywords": [
"sonos",
Expand All @@ -30,7 +26,6 @@
"dependencies": {
"@slack/rtm-api": "^7.0.1",
"nconf": "^0.11.0",
"snyk": "^1.1293.0",
"sonos": "^1.14.1",
"urlencode": "^1.1.0",
"@jsfeb26/urllib-sync": "^1.1.4",
Expand All @@ -39,6 +34,5 @@
},
"engines": {
"node": ">=7.5"
},
"snyk": true
}
}

0 comments on commit cf01ca2

Please sign in to comment.