-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.06 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
61
62
63
64
65
66
67
{
"name": "@deep-foundation/firebase-push-notification",
"keywords": [
"deep-package",
"firebase",
"deep",
"deep-foundation",
"firebase-cloud-messaging",
"push-notification",
"notification",
"firebase-push-notification",
"firebase-notification",
"links",
"associative"
],
"version": "18.2.2-dev.4",
"description": "Provides links for working with @firebase/messaging and typescript library to simplify integration with this deep package",
"repository": {
"type": "git",
"url": "https://github.com/deep-foundation/firebase-push-notification"
},
"type": "module",
"scripts": {
"library:build:clean": "fse remove dist && npm run library:build:dirty",
"library:build:dirty": "node ./automation/library/build.js",
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"library:build:generate-package-class": "generate-package-class",
"documentation:generate": "node ./automation/documentation/generate.js",
"library:documentation:generate": "typedoc ./src/main.js"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"/dist",
"./deep.json"
],
"dependencies": {
"@deep-foundation/capacitor-device": "^20.0.3-dev.3",
"@deep-foundation/core": "~0.0.2",
"@deep-foundation/notification": "~1.0.1",
"@deep-foundation/object-to-links-async-converter": "~0.0.1-dev.5",
"@deep-foundation/tsx": "~0.0.5"
},
"devDependencies": {
"@atao60/fse-cli": "^0.1.7",
"@deep-foundation/npm-automation": "^18.1.10",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.4",
"firebase": "^10.1.0",
"firebase-admin": "^11.10.1",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript-json-schema": "^0.57.0"
},
"peerDependencies": {
"@capacitor/device": "^5.0.4",
"@capacitor/push-notifications": "^5.0.4",
"@deep-foundation/deeplinks": "~0.0.273",
"@firebase/messaging": "^0.12.4",
"debug": "^4.3.4"
}
}