UNPKG

i-want-a-name

Version:
50 lines (49 loc) 1.06 kB
{ "name": "i-want-a-name", "version": "2.0.5", "description": "I want a name.", "homepage": "https://i-want-a-name.vercel.app/", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/buzzzlightyear/i-want-a-name.git" }, "scripts": { "web": "node src/api/index.js" }, "author": { "name": "Steven Soekha", "email": "steven.soekha@outlook.com", "url": "https://stevensoekha.nl/", "social": { "github": "https://github.com/buzzzlightyear", "linkedin": "https://www.linkedin.com/in/steven-soekha/" } }, "license": "MIT", "private": false, "dependencies": { "axios": "^0.19.2", "express": "^4.17.1" }, "keywords": [ "I", "want", "a", "name" ], "contributors": [ { "name": "Steven Soekha", "url": "https://github.com/buzzzlightyear", "reason": "Author" } ], "engines": { "node": ">= 10.16.x", "npm": ">= 6.9.x" }, "bugs": { "url": "https://github.com/buzzzlightyear/i-want-a-name/issues" } }