-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.59 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.59 KB
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
68
69
70
71
{
"name": "mx-jpush-expo",
"version": "1.2.5",
"description": "Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道",
"main": "app.plugin.js",
"types": "plugin/build/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/konodioda727/JPush-Expo"
},
"keywords": [
"jpush",
"极光推送",
"jiguang",
"expo",
"expo-plugin",
"config-plugin",
"react-native",
"push-notification",
"推送通知",
"ios-push",
"android-push",
"apns",
"fcm",
"xiaomi-push",
"oppo-push",
"vivo-push",
"meizu-push",
"huawei-push",
"vendor-channel",
"厂商通道",
"muxi-studio"
],
"files": [
"app.plugin.js",
"plugin/build",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc --project plugin/tsconfig.json",
"clean": "rm -rf plugin/build",
"test": "jest --config plugin/jest.config.js",
"prepare": "npm run build",
"lint": "eslint plugin/src plugin/__tests__ --ext .ts"
},
"author": {
"name": "MuxiStudio",
"url": "https://github.com/konodioda727"
},
"engines": {
"node": ">=18.18.0"
},
"license": "MIT",
"peerDependencies": {
"expo": ">=53.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^9.39.4",
"globals": "^17.4.0",
"expo": "^53.0.27",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
}
}