-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 844 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 844 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
{
"name": "@oxlac/catapult",
"version": "1.0.1",
"description" : "A Highly opinionated React Native boilerplate with batteries included, based off the widely used and battle tested ignite boilerplate",
"keywords": ["react-native", "ignite", "boilerplate", "batteries included"],
"homepage": "https://github.com/oxlac/Catapult",
"bugs": {
"url": "https://github.com/oxlac/Catapult/issues",
"email": "support@oxlac.com"
},
"license": "MIT",
"author": "Oxlac Tech LLP",
"main": "./index.js",
"bin": {
"catapult": "./index.js"
},
"files": ["/index.js", "/src", "/template"],
"type": "module",
"dependencies": {
"@inquirer/prompts": "^5.0.5",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"inquirer": "^9.2.23",
"ora": "^8.0.1",
"shelljs": "^0.8.5"
}
}