UNPKG

reproduce

Version:

Validate a package's reproducibility against it's published repository information.

63 lines (62 loc) 1.47 kB
{ "name": "reproduce", "description": "Validate a package's reproducibility against it's published repository information.", "version": "1.1.4", "license": "MIT", "author": "vlt technology inc. <ops@vlt.sh>", "bin": { "reproduce": "./dist/cli.js" }, "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/vltpkg/reproduce.git" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsc --watch", "test": "npm run lint &&node --no-warnings test/run.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "preppack": "npm install && npm run build && npm run test" }, "publishConfig": { "engines": {} }, "dependencies": { "@vltpkg/package-info": "^0.0.0-0.1730724342581", "@vltpkg/spec": "^0.0.0-0.1730724342581", "minargs": "^2.0.3" }, "devDependencies": { "@types/node": "^22.13.9", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "p-queue": "^8.0.1", "typescript": "^5.3.0" }, "peerDependencies": { "npm": "^11.1.0" }, "keywords": [ "reproducible", "provenance", "vlt", "npm", "package", "info", "spec", "security", "audit", "dependency", "dependencies", "dependency-audit" ] }