-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 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
{
"name": "@artsy/eigen-web-association",
"version": "2.0.0",
"description": "Simple Cloudflare Worker for serving the apple-app-site-association and asset links for mobile apps.",
"scripts": {
"dev": "wrangler dev",
"deploy-cloudflare-workers:staging": "yarn wrangler deploy --keep-vars --env staging",
"deploy-cloudflare-workers": "yarn wrangler deploy --keep-vars --env production",
"type-check": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/artsy/artsy-eigen-web-association.git"
},
"author": {
"name": "Eloy Durán",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/artsy/artsy-eigen-web-association/issues"
},
"homepage": "https://github.com/artsy/artsy-eigen-web-association",
"dependencies": {},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"wrangler": "^3.82.0"
}
}