UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

42 lines 843 B
{ "name": "github-username", "version": "7.0.0", "description": "Get a GitHub username from an email address", "license": "MIT", "repository": "sindresorhus/github-username", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "github", "user", "username", "email", "address", "gh", "git" ], "dependencies": { "@octokit/rest": "^18.12.0" }, "devDependencies": { "ava": "^3.15.0", "tsd": "^0.18.0", "xo": "^0.45.0" } }