-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 910 Bytes
/
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
{
"name": "@onesignal/onesignal-vue3",
"version": "2.0.1",
"description": "Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"author": "rgomezp",
"contributors": [
{ "name": "Rodrigo Gomez-Palacio" },
{ "name": "Enzo Innocenzi" }
],
"license": "MIT",
"repository": "OneSignal/onesignal-vue3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "./node_modules/.bin/eslint . --ext .ts",
"build": "yarn run lint && tsc",
"prepare": "yarn run build"
},
"dependencies": {
"vue": "^3.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.13.0",
"eslint-plugin-vue": "^9.17.0",
"typescript": "^4.6.3"
},
"keywords": [
"onesignal",
"push",
"notification",
"push notification",
"vue"
]
}