@vssue/api-github-v4
Version:
Vssue api for github v4
37 lines (36 loc) • 777 B
JSON
{
"name": "@vssue/api-github-v4",
"version": "1.4.7",
"description": "Vssue api for github v4",
"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"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c5b59865ac64a0165df4248db69591b044037267"
}