forked from osclickdev/shopify-chatgpt-product-descriptions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "shopify-typescript-template-node-typescript",
"version": "1.0.0",
"main": "web/index.js",
"license": "UNLICENSED",
"scripts": {
"shopify": "shopify",
"build": "shopify app build",
"dev": "shopify app dev",
"info": "shopify app info",
"generate": "shopify app generate",
"deploy": "shopify app deploy",
"start": "cd web/backend && npm run start"
},
"dependencies": {
"@shopify/app": "3.47.5",
"@shopify/cli": "3.47.5",
"express-promise-router": "^4.1.1",
"node-dependency-injection": "^2.7.1"
},
"author": "Cristian Sanclemente",
"devDependencies": {
"@flydotio/dockerfile": "^0.5.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0"
},
"workspaces": [
"web/backend/*",
"web/frontend/*"
]
}