-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@mashi-mashi/fff",
"version": "0.1.25",
"description": "",
"author": "mashi-mashi <[email protected]>",
"main": "lib/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "tsc",
"buildWatch": "tsc --watch",
"fixpack": "fixpack",
"lint": "eslint --ext .ts ./src --cache",
"lintfix": "eslint --ext .ts ./src --cache --fix",
"test": "npx jest",
"eumluator": "firebase --project='test' emulators:start"
},
"files": [
"lib"
],
"license": "ISC",
"dependencies": {
"@google-cloud/bigquery": "^5.8.0",
"@google-cloud/logging-winston": "^4.1.0",
"@google-cloud/pubsub": "^2.17.0",
"@google-cloud/secret-manager": "^3.10.0",
"@types/luxon": "^2.3.0",
"@types/uuid": "^8.3.4",
"axios": "^0.26.1",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"cycle": "^1.0.3",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.5",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"engines": {
"node": "16"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.2",
"@types/cors": "^2.8.12",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fixpack": "^4.0.0",
"husky": "^7.0.2",
"hygen": "^6.1.0",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
}
}