forked from twilio-labs/dev-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 788 Bytes
/
package.json
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
{
"name": "@twilio-labs/dev-phone-services",
"version": "1.0.0-beta.1",
"description": "A monorepo for the various components of the Twilio Dev Phone",
"main": "index.js",
"private": true,
"scripts": {
"build": "turbo run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twilio-labs/dev-phone"
},
"keywords": [
"softphone",
"dev",
"phone",
"twilio"
],
"author": "Twilio @twilio",
"license": "MIT",
"bugs": {
"url": "https://github.com/twilio-labs/dev-phone/issues"
},
"homepage": "https://github.com/twilio-labs/dev-phone#readme",
"workspaces": [
"packages/plugin-dev-phone",
"packages/dev-phone-ui"
],
"devDependencies": {
"@changesets/cli": "^2.23.0",
"turbo": "^1.2.16"
}
}