forked from twilio-labs/twilio-firebase-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.18 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
{
"name": "twilio-firebase-extensions",
"version": "0.1.1",
"private": true,
"description": "Repository of Twilio authored extensions for Firebase",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bootstrap": "lerna bootstrap",
"clean": "lerna run --parallel clean",
"build": "lerna run --parallel build",
"postinstall": "lerna bootstrap --no-ci && npm run clean && npm run build",
"generate-readmes": "lerna run --parallel generate-readme",
"firebase:publish": "lerna run firebase:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twilio-labs/twilio-firebase-extensions.git"
},
"keywords": [
"twilio",
"firebase"
],
"author": "Twilio Inc. <open-source@twilio.com> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <philnash@twilio.com> (https://philna.sh)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/twilio-labs/twilio-firebase-extensions/issues"
},
"homepage": "https://github.com/twilio-labs/twilio-firebase-extensions#readme",
"devDependencies": {
"firebase-tools": "^10.1.2",
"lerna": "^4.0.0",
"typescript": "^4.4.3"
}
}