-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "insta-id-of",
"version": "1.1.15",
"description": "Find User ID of any instagram user directly from command line",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codedotjs/instagram-id-of.git"
},
"author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
"bin": {
"insta-id-of": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"terminal",
"text",
"instagram",
"user",
"userid"
],
"dependencies": {
"chalk": "^2.3.2",
"got": "^8.3.0",
"log-update": "^1.0.2",
"ora": "^1.2.0",
"update-notifier": "*"
},
"devDependencies": {
"ava": "*",
"execa": "^0.2.2",
"xo": "*"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/codedotjs/instagram-id-of/issues"
},
"homepage": "https://github.com/codedotjs/instagram-id-of#readme",
"main": "cli.js",
"readmeFilename": "README.md"
}