๐Ÿ“ฆ GitSquared / sherlock-js

๐Ÿ“„ package.json ยท 33 lines
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{
  "name": "sherlockjs",
  "version": "2.0.0",
  "description": "Find usernames across over 75 social networks - NodeJS remake of sdushantha/sherlock",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "start": "node index.js",
    "build": "pkg package.json -o sherlockjs",
    "build-ci": "pkg -bd -t latest-linux-x64,latest-macos-x64,latest-win-x64 package.json --out-path dist/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pkg": {
    "assets": [
      "services.json"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GitSquared/sherlock-js.git"
  },
  "author": "Squared <squared@codebrew.fr> (https://squared.codebrew.fr)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GitSquared/sherlock-js/issues"
  },
  "homepage": "https://github.com/GitSquared/sherlock-js#readme",
  "dependencies": {
    "arg": "^4.1.1",
    "chalk": "^2.4.2"
  }
}