-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.72 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
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@socialbaking/vouch",
"version": "1.0.0-alpha.64",
"main": "./esnext/index.js",
"module": "./esnext/index.js",
"types": "./esnext/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./esnext/index.d.ts"
],
"tests": [
"./esnext/tests/index.d.ts"
],
"data": [
"./esnext/vouch/data/index.d.ts"
],
"client": [
"./esnext/vouch/client/index.d.ts"
],
"listen": [
"./esnext/vouch/listen/main.d.ts"
],
"listen/routes": [
"./esnext/vouch/listen/routes.d.ts"
],
"vercel/serverless": [
"./esnext/vouch/listen/serverless.d.ts"
]
}
},
"type": "module",
"sideEffects": false,
"keywords": [],
"exports": {
".": "./esnext/index.js",
"./tests": "./esnext/tests/index.js",
"./data": "./esnext/vouch/data/index.js",
"./client": "./esnext/vouch/client/index.js",
"./listen": "./esnext/vouch/listen/main.js",
"./listen/routes": "./esnext/vouch/listen/routes.js",
"./vercel/serverless": "./esnext/vouch/listen/serverless.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socialbaking/vouch.git"
},
"bugs": {
"url": "https://github.com/socialbaking/vouch/issues"
},
"homepage": "https://github.com/socialbaking/vouch#readme",
"author": "Fabian Cook <hello@fabiancook.dev>",
"license": "MIT",
"dependencies": {
"@fastify/auth": "^4.2.0",
"@fastify/bearer-auth": "^9.0.0",
"@fastify/cors": "^8.2.1",
"@fastify/helmet": "^10.1.0",
"@fastify/request-context": "^4.2.0",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.8.0",
"@honeycombio/opentelemetry-node": "^0.4.0",
"@kvs/env": "^2.1.3",
"@kvs/types": "^2.1.1",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.36.6",
"@opentelemetry/instrumentation-fastify": "^0.31.2",
"@upstash/redis": "^1.20.4",
"@vercel/kv": "^0.1.1",
"@virtualstate/focus": "^1.4.10-alpha.4",
"@virtualstate/listen": "^1.0.0-alpha.14",
"@virtualstate/promise": "^1.2.1",
"abort-controller": "^3.0.0",
"dotenv": "^16.0.3",
"fastify": "^4.17.0",
"fastify-blipp": "^4.0.0",
"fastify-helmet": "^7.1.0",
"human-readable-ids": "^1.0.4",
"json-schema-to-ts": "^2.8.0",
"redis": "^4.6.6",
"tmp": "^0.2.1",
"uuid": "^8.3.2",
"whatwg-url": "^9.1.0"
},
"devDependencies": {
"@opennetwork/http-representation": "^3.0.0",
"@opennetwork/http-representation-node": "^3.0.0",
"@playwright/test": "^1.26.0",
"@types/chance": "^1.1.3",
"@types/jest": "^27.0.1",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.16.2",
"@types/rimraf": "^3.0.2",
"@types/uuid": "^8.3.3",
"@types/whatwg-url": "^8.2.1",
"@vercel/node": "^2.13.0",
"@virtualstate/dom": "^2.46.0",
"@virtualstate/examples": "^2.46.0",
"@virtualstate/fringe": "^2.46.1",
"@virtualstate/hooks": "^2.46.0",
"@virtualstate/hooks-extended": "^2.46.0",
"@virtualstate/impack": "^1.0.0-alpha.8",
"@virtualstate/kdl": "^1.0.1-alpha.29",
"@virtualstate/memo": "^1.8.0",
"@virtualstate/navigation": "^1.0.1-alpha.159",
"@virtualstate/union": "^2.46.0",
"@virtualstate/x": "^2.46.0",
"c8": "^7.10.0",
"chance": "^1.1.11",
"change-case": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"dom-lite": "^20.2.0",
"filehound": "^1.17.4",
"jest": "^27.1.0",
"mkdirp": "^1.0.4",
"preact": "^10.7.3",
"react": "^18.1.0",
"redis-memory-server": "^0.6.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^5.0.4",
"urlpattern-polyfill": "^1.0.0-rc2",
"v8-to-istanbul": "^8.1.0"
},
"scripts": {
"test:all": "yarn test:node && yarn test:deno && yarn test:bun",
"build": "rm -rf esnext && tsc",
"postbuild": "mkdir -p coverage && node scripts/post-build.js",
"generate": "yarn build && node esnext/generate.js",
"prepublishOnly": "npm run build",
"test": "yarn build && yarn test:node",
"test:remote": "yarn test:deno:remote",
"test:node": "export $(cat .env | xargs) && OTEL_SERVICE_NAME=vouch-tests node --enable-source-maps esnext/tests/index.js",
"test:node:inspect": "yarn build && export $(cat .env | xargs) && node --enable-source-maps --inspect-brk esnext/tests/index.js",
"test:deno:inspect": "yarn build && export $(cat .env | xargs) && deno run --allow-write --allow-env --allow-read --allow-net --import-map=import-map-deno.json --inspect-brk esnext/tests/index.js",
"coverage": "export $(cat .env | xargs) && c8 node esnext/tests/index.js && yarn postbuild",
"start": "yarn build && node esnext/vouch/listen/main.js"
}
}