This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "@tusk-legacy/adv-firestore-functions",
"version": "2.0.13",
"description": "Advanced Firestore Functions tools and indexing",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com/Tusk-Legacy"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint .",
"off": "tsc src/shared/offsets.ts && node src/shared/offsets.js",
"prepublish": "yarn build"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Tusk-Legacy/adv-firestore-functions.git"
},
"keywords": [
"firestore",
"cloud",
"functions",
"advanced",
"firestore",
"search"
],
"author": "Jonathan Gamble",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdgamble555/adv-firestore-functions/issues"
},
"homepage": "https://github.com/jdgamble555/adv-firestore-functions#readme",
"devDependencies": {
"@types/html-to-text": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.0",
"typescript": "^4.6.2"
},
"dependencies": {
"eslint-plugin-prettier": "^4.0.0",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.11.0",
"html-to-text": "^8.1.0"
}
}