@nymeria/nymeria-js
Version:
Nymeria makes it easy to discover and connect with anyone on LinkedIn, Facebook, Twitter and Github.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "@nymeria/nymeria-js",
"version": "1.2.0",
"description": "Nymeria makes it easy to discover and connect with anyone on LinkedIn, Facebook, Twitter and Github.",
"main": "src/index.js",
"unpkg": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack --mode=development --watch --progress",
"build:prod": "webpack --mode=production",
"prepublishOnly": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nymeriaio/nymeria.js.git"
},
"author": "Nymeria, LLC",
"license": "MIT",
"keywords": [
"osint",
"contact-finder",
"email-finder",
"phone-numbers",
"social-links"
],
"devDependencies": {
"buffer": "^6.0.3",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"webpack": "^5.97.1",
"webpack-cli": "^4.0.0"
}
}