-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
42
43
44
45
46
47
{
"name": "piopiy",
"version": "1.2.0",
"description": "The official Node.js SDK for Piopiy Voice Orchestrator APIs. Build AI voice agents, direct voice calls, PCMO flows, and flow-based call routing.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel --presets es2015 -d lib/ src && npm start",
"start": "node lib/index.js",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telecmi/piopiy_node.git"
},
"keywords": [
"voice ai",
"CPaaS platform",
"TeleCMI",
"PIOPIY",
"voice-ai-agent",
"cpaas-platform",
"human-handoff"
],
"author": "TeleCMI Communication Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/telecmi/piopiy_node/issues"
},
"homepage": "https://github.com/telecmi/piopiy_node#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/register": "^7.24.6",
"@eslint/js": "^9.8.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-watch": "^7.8.1",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"rimraf": "^6.0.1"
},
"dependencies": {
"axios": "^1.7.3"
}
}