mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"name": "samhuri.net",
|
|
"description": "samhuri.net",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"harp": "^0.31.0",
|
|
"thepusher": "^0.1.4",
|
|
"uglify-js": "^3.4.9",
|
|
"snyk": "^1.41.1"
|
|
},
|
|
"scripts": {
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "npm run snyk-protect"
|
|
},
|
|
"snyk": true
|
|
}
|