We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec89915 commit ae4c257Copy full SHA for ae4c257
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bark-edgeone",
3
"version": "0.1.0",
4
- "description": "A Bark server implementation for EdgeOne Pages",
+ "description": "A Bark server implementation for EdgeOne Pages.",
5
"scripts": {
6
"build": "tsc",
7
"lint": "eslint . --ext .ts",
@@ -14,9 +14,13 @@
14
"type-check": "tsc --noEmit"
15
},
16
"keywords": [
17
+ "apns",
18
+ "apple",
19
"bark",
20
"edgeone",
- "typescript"
21
+ "typescript",
22
+ "push-notifications",
23
+ "serverless"
24
],
25
"author": "",
26
"license": "Apache-2.0",
0 commit comments