-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 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
32
33
34
{
"name": "shopify-webhook-api",
"version": "1.0.0",
"description": "Shopify Webhook API",
"main": "index.js",
"scripts": {
"lint": "node node_modules/eslint/bin/eslint **/*.js --fix",
"install": "npm install --only=production",
"deploy": "node node_modules/serverless/bin/serverless deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teresaritorto/shopify-webhook-lambda"
},
"keywords": [
"Shopify",
"Webhook",
"Serverless",
"API"
],
"author": "Teresa Ritorto",
"license": "MIT",
"bugs": {
"url": "https://github.com/teresaritorto/shopify-webhook-lambda/issues"
},
"homepage": "https://github.com/teresaritorto/shopify-webhook-lambda#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-promise": "^3.8.0",
"serverless": "^1.27.3"
}
}