samhuri.net/package.json
snyk-bot 2718ac19a0 fix: package.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:debug:20170905

Latest report for samsonjs/samhuri.net:
https://snyk.io/test/github/samsonjs/samhuri.net
2017-09-29 03:22:09 +00:00

17 lines
358 B
JSON

{
"name": "samhuri.net",
"description": "samhuri.net",
"version": "0.1.0",
"dependencies": {
"harp": "^0.24.0",
"thepusher": "^0.1.4",
"uglify-js": "^3.0.9",
"snyk": "^1.41.1"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}