@netlify/build-info
Version:
Build info utility
78 lines (77 loc) • 1.86 kB
JSON
{
"name": "@netlify/build-info",
"version": "8.1.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",
"build:logos": "vite build",
"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": "^7.20.0",
"@iarna/toml": "^2.2.5",
"dot-prop": "^7.2.0",
"find-up": "^6.3.0",
"minimatch": "^9.0.0",
"read-pkg": "^7.1.0",
"semver": "^7.3.8",
"yaml": "^2.1.3",
"yargs": "^17.6.0"
},
"devDependencies": {
"@bugsnag/source-maps": "^2.3.1",
"@playwright/test": "^1.30.0",
"@types/node": "^14.18.53",
"@types/semver": "^7.3.13",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.34.0",
"execa": "^7.0.0",
"memfs": "^4.0.0",
"node-fetch": "^3.3.1",
"typescript": "^5.0.0",
"unionfs": "^4.4.0",
"vite": "^6.0.0",
"vitest": "^0.34.0"
},
"engines": {
"node": "^14.16.0 || >=16.0.0"
},
"gitHead": "5ef5481867986c27c75fc39a12a82c7be40f5938"
}