-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
29 lines (29 loc) · 778 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
{
"name": "ig-friendship-checker",
"version": "1.0.0",
"description": "✨ Bot that can check your Friendship on Instagram",
"main": "check.js",
"scripts": {
"start": "tsc && node check.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadingnst/ig-friendship-checker.git"
},
"author": "Gading Nasution <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gadingnst/ig-friendship-checker/issues"
},
"homepage": "https://github.com/gadingnst/ig-friendship-checker#readme",
"dependencies": {
"dotenv": "^16.0.0",
"instagram-private-api": "^1.45.3",
"prompt": "^1.3.0"
},
"devDependencies": {
"@types/prompt": "^1.1.2",
"typescript": "^4.6.3"
}
}