-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 KB
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
{
"name": "@picahq/authkit-token",
"version": "1.0.4",
"description": "Secure token generation for Pica AuthKit using Node.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"test": "jest --coverage"
},
"homepage": "https://docs.picaos.com/authkit",
"bugs": {
"url": "https://github.com/picahq/authkit-token-node/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picahq/authkit-token-node.git"
},
"keywords": [
"pica",
"integrations",
"authkit"
],
"author": "@picahq",
"license": "GPL-3.0",
"dependencies": {
"@types/ramda": "^0.28.22",
"axios": "^1.6.7",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"lodash.ismatch": "^4.4.0",
"lodash.memoize": "^4.1.2",
"ramda": "^0.28.0",
"tslib": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash.ismatch": "^4.4.7",
"@types/lodash.memoize": "^4.1.7",
"@types/uuid": "^8.3.4",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"jsonwebtoken": "^9.0.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.4",
"uuid": "^9.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "35ff51f0afc618c5413ef9bab778f4dcf582b8ab"
}