@promakeai/cli 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,64 +1,68 @@
1
- {
2
- "site": {
3
- "name": "Site Name",
4
- "tagline": "Your Site Tagline",
5
- "description": "A modern, responsive site template for businesses, blogs, ecommerce stores, or portfolios.",
6
- "logo": "",
7
- "favicon": "./favicon.svg",
8
- "currency": "USD",
9
- "country": "United States",
10
- "countryCode": "US",
11
- "defaultLanguage": "en",
12
- "availableLanguages": {
13
- "en": "EN"
14
- },
15
- "overrideBrowserLanguage": true,
16
- "timezone": "America/New_York",
17
- "slug": "site-name",
18
- "taxName": "Tax"
19
- },
20
- "api": {
21
- "baseUrl": "https://backend.promake.ai/api",
22
- "endpoints": {
23
- "contact": "/contact",
24
- "services": "/services"
25
- },
26
- "timeout": 30000
27
- },
28
- "seo": {
29
- "title": "Site Name",
30
- "description": "Your site description",
31
- "author": "Site Name",
32
- "ogTitle": "Site Name",
33
- "ogDescription": "Your site description",
34
- "ogImage": "",
35
- "twitterSite": "",
36
- "twitterImage": "",
37
- "googleVerification": ""
38
- },
39
- "scripts": {
40
- "gaId": "",
41
- "headStart": "",
42
- "headEnd": "",
43
- "bodyStart": "",
44
- "bodyEnd": ""
45
- },
46
- "email": "hello@example.com",
47
- "supportEmail": "support@example.com",
48
- "phone": "+1 (555) 010-0000",
49
- "whatsapp": "+1 (555) 010-0001",
50
- "address": {
51
- "line1": "123 Main Street",
52
- "line2": "Suite 100",
53
- "city": "City",
54
- "state": "State",
55
- "postalCode": "00000",
56
- "country": "Country"
57
- },
58
- "socialMedia": {
59
- "twitter": "",
60
- "facebook": "",
61
- "instagram": "",
62
- "linkedin": ""
63
- }
1
+ {
2
+ "site": {
3
+ "name": "Site Name",
4
+ "tagline": "Your Site Tagline",
5
+ "description": "A modern, responsive site template for businesses, blogs, ecommerce stores, or portfolios.",
6
+ "logo": "",
7
+ "favicon": "./favicon.svg",
8
+ "currency": "USD",
9
+ "country": "United States",
10
+ "countryCode": "US",
11
+ "defaultLanguage": "en",
12
+ "availableLanguages": {
13
+ "en": "EN"
14
+ },
15
+ "overrideBrowserLanguage": true,
16
+ "timezone": "America/New_York",
17
+ "slug": "site-name",
18
+ "taxName": "Tax"
19
+ },
20
+ "api": {
21
+ "baseUrl": "https://backend.promake.ai/api",
22
+ "endpoints": {
23
+ "contact": "/contact",
24
+ "services": "/services"
25
+ },
26
+ "timeout": 30000
27
+ },
28
+ "seo": {
29
+ "title": "Site Name",
30
+ "description": "Your site description",
31
+ "author": "Site Name",
32
+ "ogTitle": "Site Name",
33
+ "ogDescription": "Your site description",
34
+ "ogImage": "",
35
+ "twitterSite": "",
36
+ "twitterImage": "",
37
+ "googleVerification": ""
38
+ },
39
+ "scripts": {
40
+ "gaId": "",
41
+ "headStart": "",
42
+ "headEnd": "",
43
+ "bodyStart": "",
44
+ "bodyEnd": ""
45
+ },
46
+ "email": "hello@example.com",
47
+ "supportEmail": "support@example.com",
48
+ "phone": "+1 (555) 010-0000",
49
+ "whatsapp": "+1 (555) 010-0001",
50
+ "address": {
51
+ "line1": "123 Main Street",
52
+ "line2": "Suite 100",
53
+ "city": "City",
54
+ "state": "State",
55
+ "postalCode": "00000",
56
+ "country": "Country"
57
+ },
58
+ "socialMedia": {
59
+ "twitter": "",
60
+ "facebook": "",
61
+ "instagram": "",
62
+ "linkedin": ""
63
+ },
64
+ "file":{
65
+ "maxFiles": 5,
66
+ "accept": ".pdf,.doc,.docx,.jpg,.jpeg,.png"
67
+ }
64
68
  }