-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jsherlock",
"version": "0.0.7",
"description": "Find usernames across social-networks",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register ./test/*.spec.ts -t 6e4 --exit",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AungMyoKyaw/jsherlock.git"
},
"keywords": [
"reconnaissance",
"information-gathering"
],
"author": "Aung Myo Kyaw",
"license": "MIT",
"bugs": {
"url": "https://github.com/AungMyoKyaw/jsherlock/issues"
},
"homepage": "https://github.com/AungMyoKyaw/jsherlock#readme",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.4"
},
"dependencies": {
"axios": "^0.18.0"
}
}