-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "@pallad/security-tokens-jwt",
"version": "4.0.2",
"description": "",
"main": "dist/pallad-security-tokens-jwt.cjs.js",
"types": "dist/pallad-security-tokens-jwt.cjs.d.ts",
"files": [
"dist"
],
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npx pallad-scripts test",
"generate-barrels": "npx barrelsby -l all --delete -d ./src",
"compile": "npm run generate-barrels && npx preconstruct build",
"lint": "npx pallad-scripts lint",
"prepublishOnly": "npm run compile",
"benchmark": "node ./benchmarks/verifier.js",
"setup-dev": "npx preconstruct dev"
},
"peerDependencies": {
"@pallad/keyring": "^1.2.0",
"@pallad/security-tokens": "*"
},
"devDependencies": {
"@pallad/errors-dev": "^1",
"@pallad/security-tokens": "^3.1.0"
},
"author": "Łukasz Kużyński <lukasz.kuzynski@gmail.com> (http://wookieb.pl)",
"license": "MIT",
"dependencies": {
"@pallad/errors": "^1",
"@pallad/secret": "^1.0.2",
"@sweet-monads/either": "^3",
"@types/jsonwebtoken": "^9",
"@types/luxon": "^3.3.7",
"jsonwebtoken": "^9",
"lru-cache": "^10",
"luxon": "^3",
"predicates": "^2.0.3",
"tslib": "^2"
},
"gitHead": "9d5db9c4156bf1eaa76016865a4dfceaa6708d95"
}