-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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": "Insta-Follow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.ts",
"run": "ts-node src/index.ts --inspect=9229"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.3.1",
"graphql": "^14.0.2",
"graphql-type-json": "^0.2.1",
"instagram-web-api": "^2.0.0",
"lodash": "^4.17.11",
"merge-graphql-schemas": "^1.5.8",
"path": "^0.12.7",
"python-shell": "^1.0.7",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"tough-cookie-filestore2": "^1.0.0",
"winston": "^3.1.0"
},
"devDependencies": {
"@types/graphql": "^14.0.3",
"@types/node": "^10.12.18",
"nodemon": "^1.18.9",
"prettier": "^1.15.3",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}