-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
38
39
40
41
{
"name": "browseract-workflow-nodejs-demo",
"version": "1.0.0",
"description": "Node.js demo code for BrowserAct Workflow API",
"main": "1.runTask.js",
"scripts": {
"start": "node 1.runTask.js",
"run-task": "node 1.runTask.js",
"stop-task": "node 2.stopTask.js",
"get-task": "node 3.getTask.js",
"get-task-status": "node 4.getTaskStatus.js",
"list-tasks": "node 5.listTasks.js",
"list-workflows": "node 6.listWorkflows.js",
"get-workflow": "node 7.getWorkflow.js",
"resume-task": "node 8.resumeTask.js",
"run-task-by-template": "node 9.runTaskByTemplate.js",
"list-official-workflow-templates": "node 11.listOfficialWorkflowTemplates.js",
"get-region-list": "node 12.getRegionList.js"
},
"keywords": [
"browseract",
"workflow",
"api",
"demo",
"nodejs"
],
"author": "BrowserAct",
"license": "MIT",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/browser-act/browseract-api-examples"
},
"bugs": {
"url": "https://github.com/browser-act/browseract-api-examples/issues"
},
"homepage": "https://www.browseract.com"
}