-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "@digitalideastudio/node-facebook-api",
"version": "1.0.18",
"description": "Nodejs module for performing facebook graph api calls",
"main": "lib/index.js",
"private": false,
"dependencies": {
"node-fetch": "^2.6.1",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/node": "^14.11.8",
"@types/node-fetch": "^2.5.7",
"@types/request": "^2.48.5"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalideastudio/node-facebook-api.git"
},
"keywords": [],
"author": "Serhii Matrunchyk",
"license": "ISC",
"bugs": {
"url": "https://github.com/digitalideastudio/node-facebook-api/issues"
},
"homepage": "https://github.com/digitalideastudio/node-facebook-api#readme",
"files": [
"lib"
]
}