@idlebox/ignore-edit
Version:
api for modify .*ignore files
37 lines • 852 B
JSON
{
"name": "@idlebox/ignore-edit",
"type": "module",
"version": "0.0.11",
"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/common": "^1.5.10",
"@idlebox/source-map-support": "^0.0.13"
},
"devDependencies": {
"@types/node": "^24.0.14",
"@build-script/single-dog-asset": "latest",
"@mpis/run": "^0.0.16"
},
"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"
}
}