32 lines
617 B
JSON
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"
|
|
}
|
|
}
|
|
} |