@candriajs/git-neko-kit
Version:
Github, Gitee, GitCode API封装库
102 lines (101 loc) • 2.99 kB
JSON
{
"name": "@candriajs/git-neko-kit",
"version": "1.1.0",
"description": "Github, Gitee, GitCode API封装库",
"keywords": [
"git",
"github",
"gitee",
"gitcode",
"git-api-kit"
],
"homepage": "https://git-neko-kit.pages.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/CandriaJS/git-neko-kit.git"
},
"bugs": {
"url": "https://github.com/CandriaJS/git-neko-kit/issues"
},
"license": "GNU AGPL-3.0",
"author": "CandriaJS",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
},
"./markdown": {
"import": "./dist/exports/markdown.mjs",
"types": "./dist/exports/markdown.d.ts",
"require": "./dist/exports/markdown.cjs"
},
"./exec": {
"types": "./dist/exports/exec.d.ts",
"import": "./dist/exports/exec.mjs",
"require": "./dist/exports/exec.cjs"
},
"./axios": {
"types": "./dist/exports/axios.d.ts",
"import": "./dist/exports/axios.mjs",
"require": "./dist/exports/axios.cjs"
},
"./simple-git": {
"types": "./dist/exports/simple-git.d.ts",
"import": "./dist/exports/simple-git.mjs",
"require": "./dist/exports/simple-git.cjs"
},
"./dayjs": {
"types": "./dist/exports/dayjs.d.ts",
"import": "./dist/exports/dayjs.mjs",
"require": "./dist/exports/dayjs.cjs"
},
"./lodash": {
"types": "./dist/exports/lodash.d.ts",
"import": "./dist/exports/lodash.mjs",
"require": "./dist/exports/lodash.cjs"
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/*",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc --noEmit && tsup && tsup --tsconfig tsconfig.module.json --config tsup.modules.ts",
"build:docs": "pnpm run build:typedoc && pnpm run docs:build",
"build:pages": "vitepress build docs",
"build:typedoc": "typedoc --options typedoc.json",
"dev": "tsx src/index.ts",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs --port 5500",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"sort": "sort-package-json",
"start": "node dist/index.js",
"test": "tsx test/index.ts"
},
"dependencies": {
"@candriajs/exec": "^1.0.4",
"@mdit/plugin-tasklist": "^0.22.1",
"axios": "npm:@candriajs/axios@1.0.14",
"color-convert": "^3.1.0",
"dayjs": "^1.11.13",
"exec": "npm:@candriajs/exec@^1.0.2",
"git-url-parse": "^16.0.1",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"jsonwebtoken": "^9.0.2",
"language-colors": "^2.1.55",
"lodash": "npm:@candriajs/lodash@1.0.7",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"simple-git": "npm:@candriajs/simple-git@^1.0.2",
"socks-proxy-agent": "^8.0.5",
"uuid": "^11.1.0"
},
"packageManager": "pnpm@9.13.2"
}