File size: 285 Bytes
561b87d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "agora-token-api",
  "version": "1.0.0",
  "description": "Agora token generator for FlutterFlow",
  "main": "app.js",
  "type": "module",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "agora-access-token": "^2.0.4"
  }
}