-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 875 Bytes
/
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
{
"name": "authsessions",
"version": "0.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"track": "changeset add",
"version": "changeset version",
"prepublish": "pnpm build",
"release": "pnpm publish -r --access=public",
"build": "tsc",
"test:types": "tsc --noEmit",
"test:lib": "jest"
},
"dependencies": {
"@types/luxon": "^3.2.0",
"@types/uuid": "^9.0.1",
"luxon": "^3.2.1",
"redis": "^4.6.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"jest": "29.3.1",
"prettier": "^2.8.7",
"ts-jest": "29.0.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3"
},
"license": "MIT"
}