@idlebox/ignore-edit
Version:
api for modify .*ignore files
39 lines • 921 B
JSON
{
"name": "@idlebox/ignore-edit",
"type": "module",
"version": "0.0.6",
"description": "api for modify .*ignore files",
"keywords": [
"gitignore",
"ignorefile"
],
"exports": {
".": {
"default": "./lib/api.js"
},
"./package.json": "./package.json"
},
"bin": "./bin.js",
"sideEffects": false,
"dependencies": {
"@idlebox/source-map-support": "^0.0.5",
"@idlebox/common": "^1.4.19"
},
"devDependencies": {
"@rushstack/heft": "^0.74.0",
"@types/node": "^24.0.14",
"@build-script/single-dog-asset": "^1.0.39",
"@internal/local-rig": "^1.0.1",
"@mpis/run": "^0.0.7"
},
"license": "MIT",
"author": "GongT <admin@gongt.me>",
"repository": "https://github.com/GongT/baobao",
"main": "./lib/api.js",
"scripts": {
"build": "mpis-run build",
"watch": "mpis-run watch",
"clean": "mpis-run clean",
"lint": "internal-lint"
}
}