32 lines
816 B
JSON
32 lines
816 B
JSON
{
|
|
"name": "@rushstack/problem-matcher",
|
|
"version": "0.1.1",
|
|
"description": "A library for parsing VS Code style problem matchers",
|
|
"main": "lib/index.js",
|
|
"typings": "dist/problem-matcher.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/rushstack.git",
|
|
"type": "git",
|
|
"directory": "libraries/problem-matcher"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "0.74.3",
|
|
"eslint": "~9.25.1",
|
|
"decoupled-local-node-rig": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "heft build --clean",
|
|
"_phase:build": "heft run --only build -- --clean",
|
|
"_phase:test": "heft run --only test -- --clean"
|
|
}
|
|
} |