@lavamoat/git-safe-dependencies
Version:
Opinionated dependency linter for your git/github dependencies
60 lines (59 loc) • 1.31 kB
JSON
{
"name": "@lavamoat/git-safe-dependencies",
"version": "0.2.2",
"description": "Opinionated dependency linter for your git/github dependencies",
"repository": {
"type": "git",
"url": "git+https://github.com/LavaMoat/LavaMoat.git",
"directory": "packages/git-safe-dependencies"
},
"homepage": "https://github.com/LavaMoat/LavaMoat/blob/main/packages/git-safe-dependencies/README.md",
"bugs": {
"url": "https://github.com/LavaMoat/LavaMoat/issues"
},
"author": "naugtur",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"bin": {
"git-safe-dependencies": "src/cli.js",
"git-safe-actions": "src/cli-actions.js"
},
"main": "src/index.js",
"directories": {
"test": "test"
},
"files": [
"CHANGELOG.md",
"src/*.js",
"!*.tsbuildinfo"
],
"keywords": [
"lockfile",
"security",
"github",
"dependencies",
"supply-chain"
],
"scripts": {
"test": "npm run test:run",
"test:run": "ava",
"test:update": "ava --update-snapshots"
},
"dependencies": {
"glob": "11.0.0",
"hosted-git-info": "8.1.0",
"js-yaml": "4.1.0",
"lockfile-lint-api": "5.9.2"
},
"publishConfig": {
"access": "public"
},
"ava": {
"files": [
"test/*.spec.js"
],
"timeout": "30s"
}
}