mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
16 lines
319 B
JSON
16 lines
319 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.30.1"
|
|
},
|
|
"scripts": {
|
|
"snyk-protect": "snyk protect",
|
|
"prepublish": "npm run snyk-protect"
|
|
},
|
|
"snyk": true
|
|
}
|