forked from unlock-protocol/unlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.45 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@unlock-protocol/locksmith",
"version": "1.1.2",
"description": "an unlock storage service",
"main": "server.js",
"scripts": {
"release": "./scripts/release.sh",
"prod": "tsx -r ./config/envLoader.js ./src/server.ts",
"start": "./scripts/start.sh server",
"dev": "NODE_ENV=development yarn db:migrate && tsx watch -r ./config/envLoader.js src/server.ts",
"test": "yarn test:db:setup && yarn test:run",
"test:db:setup": "yarn run test:db:drop && yarn run test:db:create && yarn run test:db:migrate",
"test:db:create": "",
"test:db:migrate": "NODE_ENV=test yarn sequelize db:migrate",
"test:db:drop": "",
"test:run": "NODE_ENV=test vitest run --no-threads --coverage ",
"lint": "eslint --resolve-plugins-relative-to ../packages/eslint-config --ext .ts,.js src/ __tests__/",
"db:migrate": "yarn sequelize db:migrate",
"sequelize": "sequelize --config ./config/sequelize.config.js",
"ci": "yarn lint && yarn test && yarn build",
"build": "tsc -p .",
"tsc": "tsc",
"clean": "rm -rf build",
"dist": "yarn build && sh ./scripts/dist.sh",
"fulfillment:prepare": "tsx -r ./config/envLoader.js ./scripts/fulfillment_prepare",
"authorize": "./scripts/authorize-lock",
"worker:start": "./scripts/start.sh worker",
"worker:dev": "NODE_ENV=development yarn db:migrate && tsx watch -r ./config/envLoader.js ./src/worker/server.ts",
"worker:prod": "tsx -r ./src/utils/envLoader ./src/worker/server.ts",
"send:email": "tsx -r ./config/envLoader.js ./scripts/send_email.ts",
"create:access_token": "tsx -r ./config/envLoader.js ./scripts/create_access_token.ts",
"worker": "yarn worker:start"
},
"author": "Unlock Inc",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "3.525.0",
"@logtail/node": "0.4.21",
"@logtail/winston": "0.4.21",
"@nuintun/qrcode": "4.1.2",
"@openzeppelin/defender-relay-client": "1.54.1",
"@resvg/resvg-js": "2.4.1",
"@sentry/node": "7.54.0",
"@sentry/tracing": "7.54.0",
"@types/connect-timeout": "0.0.39",
"@types/random-words": "1.1.4",
"@unlock-protocol/contracts": "workspace:^",
"@unlock-protocol/core": "workspace:./packages/core",
"@unlock-protocol/networks": "workspace:./packages/networks",
"@unlock-protocol/types": "workspace:^",
"@unlock-protocol/ui": "workspace:^",
"@unlock-protocol/unlock-js": "workspace:./packages/unlock-js",
"color-scheme": "1.0.1",
"connect-timeout": "1.9.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"dayjs": "1.11.10",
"dotenv": "16.1.3",
"ethers": "5.7.2",
"express": "5.0.0-beta.3",
"express-winston": "4.2.0",
"fuse.js": "7.0.0",
"geoip-country": "4.1.59",
"graphile-worker": "0.13.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"html-template-tag": "4.0.1",
"ics": "3.1.0",
"isomorphic-fetch": "3.0.0",
"lodash.isequal": "4.5.0",
"memory-cache-node": "1.4.0",
"multer": "1.4.5-lts.1",
"multer-s3": "3.0.1",
"p-retry": "6.0.0",
"path-to-regexp": "6.2.1",
"pg": "8.11.4",
"rate-limiter-flexible": "5.0.0",
"react": "18.2.0",
"remark-html": "16.0.1",
"remark-parse": "11.0.0",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"satori": "0.9.1",
"sequelize": "6.32.1",
"sequelize-cli": "6.6.2",
"siwe": "2.1.4",
"stripe": "12.8.0",
"unified": "11.0.4",
"unlock-abi-1-1": "1.1.1",
"vitest-fetch-mock": "0.2.2",
"winston": "3.9.0",
"yargs": "17.7.2",
"zod": "3.22.4"
},
"devDependencies": {
"@types/cookie-parser": "1.4.7",
"@types/cors": "2.8.17",
"@types/geoip-country": "4.0.2",
"@types/isomorphic-fetch": "0.0.39",
"@types/multer": "1.4.11",
"@types/multer-s3": "3.0.3",
"@types/nock": "11.1.0",
"@types/node": "20.8.10",
"@types/node-cron": "3.0.11",
"@types/request-promise-native": "1.0.21",
"@types/stripe": "8.0.416",
"@types/supertest": "6.0.2",
"@unlock-protocol/eslint-config": "workspace:^",
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig",
"@vitest/coverage-c8": "0.31.4",
"eslint": "8.41.0",
"eslint-config-standard": "17.1.0",
"nock": "13.3.7",
"node-mocks-http": "1.12.2",
"parse-data-uri": "0.2.0",
"run-script-os": "1.1.6",
"supertest": "6.3.4",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vitest": "0.31.4"
},
"files": [
"build",
"migrations",
"types",
"config",
"src"
]
}