UNPKG

@secretlint/types

Version:
57 lines 1.41 kB
{ "name": "@secretlint/types", "version": "11.2.5", "description": "A typing package for @secretlint", "keywords": [ "secretlint" ], "homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/types/", "bugs": { "url": "https://github.com/secretlint/secretlint/issues" }, "repository": { "type": "git", "url": "https://github.com/secretlint/secretlint.git" }, "license": "MIT", "author": "azu", "sideEffects": false, "type": "module", "directories": { "lib": "lib", "test": "test" }, "files": [ "bin/", "lib/", "module/", "src/" ], "scripts": { "build": "tsc --build . && tsc --build ./tsconfig.cjs.json && tsconfig-to-dual-package", "clean": "tsc --build --clean && tsc --build --clean ./tsconfig.cjs.json", "prepublishOnly": "npm run clean && npm run build", "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublish": "npm run --if-present build", "test": "vitest run --typecheck" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4 }, "devDependencies": { "@types/node": "^24.6.2", "prettier": "^2.8.8", "tsconfig-to-dual-package": "^1.2.0", "tsx": "^4.20.6", "typescript": "^5.8.3", "vitest": "^2.1.9" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" } }