UNPKG

@netlify/build-info

Version:

Build info utility

73 lines (72 loc) 1.69 kB
{ "name": "@netlify/build-info", "version": "10.3.0", "description": "Build info utility", "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js", "browser": "./lib/index.js", "default": "./lib/index.js" }, "./node": { "types": "./lib/node/index.d.ts", "import": "./lib/node/index.js", "default": "./lib/node/index.js" } }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "bin": { "build-info": "./bin.js" }, "files": [ "bin.js", "lib/**/*" ], "scripts": { "build": "tsc --project tsconfig.build.json", "e2e": "playwright test", "test": "vitest run", "test:dev": "vitest --ui", "test:ci": "vitest run --reporter=default" }, "keywords": [], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/netlify/build.git", "directory": "packages/build-info" }, "bugs": { "url": "https://github.com/netlify/build/issues" }, "author": "Netlify Inc.", "dependencies": { "@bugsnag/js": "^8.0.0", "@iarna/toml": "^2.2.5", "dot-prop": "^9.0.0", "find-up": "^7.0.0", "minimatch": "^9.0.0", "read-pkg": "^9.0.0", "semver": "^7.3.8", "yaml": "^2.8.0", "yargs": "^17.6.0" }, "devDependencies": { "@playwright/test": "^1.53.1", "@types/node": "^18.19.111", "@types/semver": "^7.3.13", "@vitest/ui": "^3.0.0", "execa": "^8.0.0", "memfs": "^4.0.0", "typescript": "^5.0.0", "unionfs": "^4.4.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18.14.0" }, "gitHead": "5de08d50fe44b45a0f7b78c3b9a87af3455402ab" }