@candriajs/simple-git
Version:
一些常用包以及常用函数进行封装,并打包优化, 此包为simple-git封装
32 lines • 821 B
JSON
{
"name": "@candriajs/simple-git",
"version": "1.1.2",
"description": "一些常用包以及常用函数进行封装,并打包优化, 此包为simple-git封装",
"keywords": [
"simple-git"
],
"homepage": "https://github.com/CandriaJS/core-lib",
"bugs": {
"url": "https://github.com/CandriaJS/core-lib/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CandriaJS/core-lib.git"
},
"license": "GNU AGPL-3.0",
"author": "CandriaJS",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"index.js"
],
"scripts": {
"build": "vite build && tsdown",
"sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@candriajs/simple-git/syncs\""
},
"engines": {
"node": ">=18"
}
}