-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "@upstash/query",
"version": "0.0.2-canary.2",
"description": "Secondary indexing for Redis",
"repository": {
"type": "git",
"url": "git+https://github.com/upstash/query.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"redis",
"query",
"index",
"search",
"upstash"
],
"author": "Andreas Thomas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/upstash/query/issues"
},
"homepage": "https://github.com/upstash/query#readme",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"fmt": "pnpm biome format . --write && pnpm biome check . --apply-unsafe"
},
"devDependencies": {
"@biomejs/biome": "^1.0.0",
"@faker-js/faker": "^8.1.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^20.5.7",
"bun-types": "^1.0.2",
"next": "^13.4.19",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"@upstash/redis": "^1.22.0"
},
"dependencies": {
"crypto-js": "^4.1.1"
}
}