forked from ShipEngine/firebase-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 891 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
{
"name": "shipengine-firebase-extensions",
"private": true,
"author": "ShipEngine (https://shipengine.com)",
"scripts": {
"clean": "./scripts/clean.sh",
"build": "./scripts/build.sh",
"test": "./scripts/test.sh",
"format-logs": "cut -c 31-",
"format": "prettier --write \"**/*.{js,md,yml,ts,json,yaml}\" --loglevel silent",
"lint": "prettier --list-different \"**/*.{js,md,yml,ts,json,yaml}\"",
"postinstall": "yarn run clean && yarn run build",
"gen:ext": "hygen extension new",
"common": "yarn workspace shipengine-firebase-common-lib",
"build-docs": "yarn workspaces foreach -p run build-readme"
},
"devDependencies": {
"@types/is": "^0.0.21",
"firebase-tools": "^9.21.0",
"hygen": "^6.1.0",
"prettier": "^2.3.2"
},
"workspaces": [
"libs/*",
"extensions/*/functions"
],
"packageManager": "yarn@3.0.2"
}