Files
huishou/node_modules/@simple-git/args-pathspec/package.json
T
2026-07-27 14:07:26 +08:00

32 lines
617 B
JSON

{
"name": "@simple-git/args-pathspec",
"version": "1.0.3",
"main": "dist/index.cjs",
"files": [
"dist"
],
"keywords": [
"git",
"source control",
"vcs",
"simple-git"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/steveukx/git-js.git",
"directory": "packages/args-pathspec"
},
"publishConfig": {
"access": "public"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
}
}