mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|||
|
|
"name": "@safedep/pmg",
|
||
|
|
"description": "PMG protects developers from getting compromised by malicious packages",
|
||
|
|
"main": "bin/pmg.js",
|
||
|
|
"bin": {
|
||
|
|
"pmg": "bin/pmg.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"preinstall": "echo \"Installing PMG binary for your platform...\"",
|
||
|
|
"postinstall": "node install.js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"security",
|
||
|
|
"package-manager",
|
||
|
|
"malicious-packages",
|
||
|
|
"npm",
|
||
|
|
"cli",
|
||
|
|
"vulnerability",
|
||
|
|
"dependency-security",
|
||
|
|
"safedep"
|
||
|
|
],
|
||
|
|
"author": "SafeDep <devops@safedep.io>",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"homepage": "https://github.com/safedep/pmg#readme",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/safedep/pmg.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/safedep/pmg/issues"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=14"
|
||
|
|
},
|
||
|
|
"os": [
|
||
|
|
"darwin",
|
||
|
|
"linux",
|
||
|
|
"win32"
|
||
|
|
],
|
||
|
|
"cpu": [
|
||
|
|
"x64",
|
||
|
|
"arm64",
|
||
|
|
"ia32"
|
||
|
|
],
|
||
|
|
"files": [
|
||
|
|
"bin/pmg.js",
|
||
|
|
"install.js",
|
||
|
|
"config.js",
|
||
|
|
"test.js",
|
||
|
|
"README.md",
|
||
|
|
".npmignore"
|
||
|
|
],
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"dependencies": {}
|
||
|
|
}
|