26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"name": "product_inventory",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"sideEffects": [
|
|
"global.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"deploy": "clasp push -P ./dist"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google-apps-script": "^1.0.85",
|
|
"gas-webpack-plugin": "^2.6.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"shopify-admin-api-typings": "github:beepmill/shopify-admin-api-typings",
|
|
"ts-loader": "^9.5.1",
|
|
"webpack": "^5.96.1",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"graphql": {
|
|
"schema": "https://localhost:3001/graphql",
|
|
"documents": "**/*.{graphql,js,ts,jsx,tsx}"
|
|
}
|
|
}
|