forked from CodingCatDev/codingcat.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 850 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ccd-firebase",
"version": "0.0.1",
"description": "Firebase for codingcat.cev",
"devDependencies": {
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"prettier": "^2.2.1"
},
"scripts": {
"emulated-debug": "npm run --prefix ./functions build && firebase emulators:start --inspect-functions --export-on-exit=./backup/data/emulator --import=./backup/data/emulator",
"emulated": "firebase emulators:start --export-on-exit=./backup/data/emulator --import=./backup/data/emulator",
"ci:emulator": "firebase emulators:exec 'npm run --prefix ./tests test'",
"lint": "npm run --prefix ./functions lint"
},
"author": "Alex Patterson",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ajonp/ccd-nextjs/issues"
},
"homepage": "https://github.com/ajonp/ccd-nextjs#readme"
}