@antv/awards
Version:
Grant the AntV badge to GitHub users
34 lines (33 loc) • 743 B
JSON
{
"name": "@antv/awards",
"version": "0.0.9",
"description": "Grant the AntV badge to GitHub users",
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js",
"readme": "node ./scripts/readme.js",
"test": "node ./scripts/test.js",
"award": "node ./scripts/add-badge.js",
"release": "bash ./scripts/release.sh",
"sync": "node ./scripts/sync-antv.js"
},
"keywords": [
"AntV",
"awards",
"badge"
],
"files": [
"*.json"
],
"author": "Aarebecca",
"license": "MIT",
"devDependencies": {
"dotenv": "^16.4.7",
"inquirer": "^12.2.0",
"node-fetch": "^2.7.0"
},
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:antvis/awards.git"
}