@blast-shield/parser
Version:
Parser utility for blast-shield
56 lines • 1.2 kB
JSON
{
"name": "@blast-shield/parser",
"version": "0.0.31",
"description": "Parser utility for blast-shield",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/arnaud-zg/blast-shield.git",
"directory": "packages/parser"
},
"main": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"default": "./dist/index.esm.js"
}
},
"files": [
"dist"
],
"keywords": [
"cli",
"typescript",
"debt",
"technical-debt",
"code-quality"
],
"author": "Arnaud Zheng",
"license": "MIT",
"dependencies": {
"@types/glob": "^8.1.0",
"glob": "^11.0.2",
"ignore": "^7.0.4",
"@blast-shield/logger": "^0.0.31"
},
"devDependencies": {
"@blast-shield/build-utils": "^0.0.31"
},
"publishConfig": {
"access": "public"
},
"metadata": {
"bundleSizeLimit": 10
},
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "biome check ."
}
}