-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 845 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 845 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
36
37
{
"name": "fca-utils",
"version": "0.0.10",
"description": "A NodeJS package to help interacting with Facebook Messenger API (fca-unofficial)",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "node --trace-warnings test/index.js"
},
"keywords": [
"facebook",
"messenger",
"api",
"fca-unofficial",
"facebook.js"
],
"repository": {
"type": "git",
"url": "git://github.com/XaviaTeam/fca-utils.git"
},
"bugs": {
"url": "https://github.com/XaviaTeam/fca-utils/issues"
},
"author": "RFS-ADRENO",
"license": "MIT",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"@xaviabot/fca-unofficial": "^1.3.24",
"axios": "^1.3.4"
}
}