UNPKG

@secretlint/types

Version:
58 lines 1.47 kB
{ "name": "@secretlint/types", "version": "11.0.2", "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": "tsc -p ./tsconfig.test.json" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4 }, "devDependencies": { "@types/node": "^24.1.0", "prettier": "^2.8.8", "tsconfig-to-dual-package": "^1.2.0", "tsd": "^0.32.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "6bbaadf200f093f242a20fea2aaba3c94bc1ccb2" }