UNPKG

954 BJSONView Raw
1{
2 "name": "jsherlock",
3 "version": "0.0.1",
4 "description": "Find usernames across social-networks",
5 "main": "dist/src/index.js",
6 "types": "dist/src/index.d.ts",
7 "scripts": {
8 "test": "mocha -r ts-node/register ./test/*.spec.ts -t 6e4 --exit",
9 "build": "tsc"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/AungMyoKyaw/jsherlock.git"
14 },
15 "keywords": [
16 "reconnaissance",
17 "information-gathering"
18 ],
19 "author": "Aung Myo Kyaw",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/AungMyoKyaw/jsherlock/issues"
23 },
24 "homepage": "https://github.com/AungMyoKyaw/jsherlock#readme",
25 "devDependencies": {
26 "@types/mocha": "^5.2.5",
27 "@types/node": "^10.12.18",
28 "mocha": "^5.2.0",
29 "ts-node": "^7.0.1",
30 "typescript": "^3.2.2"
31 },
32 "dependencies": {
33 "@types/request-promise-native": "^1.0.15",
34 "request": "^2.88.0",
35 "request-promise-native": "^1.0.5"
36 }
37}