-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
package.json
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
35
36
37
38
39
40
41
42
{
"name": "@adearriba/shopify-app-session-storage-cosmosdb",
"version": "3.1.0",
"description": "Shopify App Session Storage for Azure Cosmos DB",
"main": "dist/ts/cosmosdb.js",
"types": "./dist/ts/cosmosdb.d.ts",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsc",
"publish": "tsc && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adearriba/shopify-app-session-storage-cosmosdb.git"
},
"keywords": [
"node",
"shopify",
"session",
"storage",
"cosmosdb",
"azure",
"app"
],
"author": "adearriba",
"license": "MIT",
"bugs": {
"url": "https://github.com/adearriba/shopify-app-session-storage-cosmosdb/issues"
},
"homepage": "https://github.com/adearriba/shopify-app-session-storage-cosmosdb#readme",
"dependencies": {
"@azure/cosmos": "^4.0.0",
"@shopify/shopify-api": "^11.0.0",
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}