@secretlint/config-creator
Version:
Config file creator for secretlint.
75 lines (74 loc) • 1.78 kB
JSON
{
"name": "@secretlint/config-creator",
"version": "9.2.0",
"description": "Config file creator for secretlint.",
"keywords": [
"secretlint"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/config-creator/",
"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/index.d.ts",
"default": "./module/index.js"
},
"default": "./module/index.js"
},
"./package.json": "./package.json"
},
"main": "./module/index.js",
"types": "./module/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"module/",
"src/"
],
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"prepublishOnly": "npm run clean && npm run build",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "mocha",
"watch": "tsc --build --watch"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@secretlint/types": "^9.2.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.19",
"mocha": "^10.8.2",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "97d1d5b8c7e33190af2f35c8eba54356712870cd"
}