-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 856 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 856 Bytes
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
{
"name": "xtremepush-react-native-cli",
"version": "1.0.0",
"description": "CLI tool to integrate Xtremepush SDK into React Native projects",
"main": "src/index.js",
"bin": {
"xtremepush-setup": "./src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "node --test",
"lint": "eslint src/"
},
"keywords": [
"xtremepush",
"react-native",
"push-notifications",
"sdk",
"cli"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6",
"mustache": "^4.2.0",
"plist": "^3.1.0",
"xcode": "^3.0.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"eslint": "^8.56.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": ""
}
}