@secretlint/profiler
Version:
Profile manager for Secretlint.
64 lines • 1.49 kB
JSON
{
"name": "@secretlint/profiler",
"version": "11.3.1",
"description": "Profile manager for Secretlint.",
"keywords": [
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/profiler/",
"bugs": {
"url": "https://github.com/secretlint/secretlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/secretlint/secretlint.git"
},
"license": "MIT",
"author": "azu",
"type": "module",
"exports": {
".": {
"import": {
"types": "./module/node.d.ts",
"browser": "./module/browser.js",
"default": "./module/node.js"
},
"default": "./module/node.js"
},
"./package.json": "./package.json"
},
"main": "./module/node.js",
"browser": "./module/browser.js",
"types": "./module/node.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"module/",
"src/"
],
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"devDependencies": {
"@types/node": "^24.10.9",
"prettier": "^2.8.8",
"tsx": "^4.21.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "vitest run",
"watch": "tsc --build --watch"
}
}