github-anniversary
Version:
This is a simple code for getting github anniversary(when you started you life by signing up for github)
52 lines (50 loc) • 1.13 kB
JSON
{
"name": "github-anniversary",
"version": "1.0.0",
"description": "This is a simple code for getting github anniversary(when you started you life by signing up for github)",
"main": "App.js",
"scripts": {
"test": "standard && node test.js | tap-spec",
"lint": "standard . --fix"
},
"files": [
"App.js",
"cli.js"
],
"author": {
"name": "Alestor Aldous",
"url": "https://alestor123.github.io"
},
"funding": "https://alestor123.is-a.dev/donate/",
"engines": {
"node": ">=10"
},
"bin": {
"github-anniversary": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alestor123/GITHUB-ANNIVERSARY.git"
},
"keywords": [
"github",
"created",
"cli",
"on",
"account",
"anniversary"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alestor123/GITHUB-ANNIVERSARY/issues"
},
"homepage": "https://github.com/alestor123/GITHUB-ANNIVERSARY#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9",
"tap-spec": "^5.0.0"
}
}