forked from Shopify/shopify-app-template-node
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 668 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 668 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
{
"name": "shopify-template-node-typescript",
"author": "saeedyasin.com",
"version": "1.0.0",
"main": "web/backend/index.js",
"license": "UNLICENSED",
"scripts": {
"shopify": "shopify",
"build": "shopify app build",
"dev": "shopify app dev",
"predev": "pnpm version minor --no-git-tag-version",
"info": "shopify app info",
"generate": "shopify app generate",
"deploy": "shopify app deploy"
},
"dependencies": {
"@shopify/app": "^3.52.0",
"@shopify/cli": "^3.52.0"
},
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.4.0",
"@total-typescript/ts-reset": "^0.5.1",
"prettier": "^3.1.0"
}
}