-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.74 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
{
"version": "7.8.0",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
"license": "MIT",
"main": "www/FCMPlugin.js",
"typings": "typings/index.d.ts",
"repo": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated",
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"scripts": {
"build": "npm run build:www;npm run build:ionic",
"build:www": "cd ./src/www;npm run build",
"build:ionic": "cd ./src/ionic;npm run build",
"prettier-src": "find ./src/ -name '*.js' -or -name '*.ts' -or -name '*.tsx' -or -name '*.scss' | grep -v node_modules | xargs npx prettier --write",
"prettier-scripts": "find ./scripts -name '*.js' | xargs npx prettier --write",
"prettier": "npm run prettier-src;npm run prettier-scripts",
"tslint": "npx tslint -p ./src/www --fix;npx tslint -p ./src/ionic --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova"
],
"platforms": [
"android",
"ios"
],
"englishdoc": "",
"devDependencies": {
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-microsoft-contrib": "^6.2.0"
},
"dependencies": {
"typescript": "^4.1.3"
}
}