UNPKG

@microsoft/jest-sarif

Version:

A collection of jest matchers for working with SARIF

47 lines (46 loc) 1.02 kB
{ "name": "@microsoft/jest-sarif", "version": "1.0.0-beta.0", "description": "A collection of jest matchers for working with SARIF", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc --build", "generate": "node ./scripts/generate-definitions.js", "prepare": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/microsoft/sarif-js-sdk.git" }, "keywords": [ "jest", "jest-matcher", "sarif", "jest-sarif" ], "engines": { "node": ">= 12.11.*" }, "files": [ "/lib" ], "author": "Microsoft Corporation", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/microsoft/sarif-js-sdk/issues" }, "homepage": "https://github.com/microsoft/sarif-js-sdk#readme", "dependencies": { "ajv": "^6.12.6", "chalk": "^4.1.0", "sync-fetch": "^0.3.0" }, "devDependencies": { "prettier": "^2.2.1" } }