@vssue/api-github-v3
Version:
Vssue api for github v3
40 lines (39 loc) • 841 B
JSON
{
"name": "@vssue/api-github-v3",
"version": "1.4.7",
"description": "Vssue api for github v3",
"keywords": [
"comment",
"issue",
"vue"
],
"homepage": "https://vssue.js.org",
"bugs": {
"url": "https://github.com/meteorlxy/vssue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteorlxy/vssue.git"
},
"license": "MIT",
"author": "meteorlxy <meteor.lxy@foxmail.com>",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.json"
},
"dependencies": {
"@vssue/utils": "^1.4.7",
"axios": "^0.21.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.16.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c5b59865ac64a0165df4248db69591b044037267"
}