-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.97 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
55
56
57
58
59
60
61
{
"name": "@reapit/connect-session-server",
"description": "Server OAuth Flow for Reapit Connect",
"keywords": [
"reapit-connect",
"server",
"connect-session"
],
"version": "1.3.2",
"files": [
"dist",
"src/tests/badges"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"homepage": "https://github.com/reapit/foundations#readme",
"bugs": {
"url": "https://github.com/reapit/foundations/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reapit/foundations.git"
},
"devDependencies": {
"@linaria/react": "^6.2.1",
"@reapit/ts-scripts": "^0.1.9",
"@types/base-64": "^1",
"@types/eslint": "^8",
"@types/jest": "^29.5.12",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"base-64": "^1.0.0",
"cross-env": "^7.0.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-coverage-badges": "^1.1.2",
"prettier": "^3.3.3",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsup",
"lint": "eslint --cache --ext=ts,js src",
"test": "cross-env jest --watch --colors",
"checkTypes": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "echo '...skipping...'",
"publish": "yarn npm publish --access public",
"conf": "echo '...skipping...'",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
},
"dependencies": {
"axios": "^1.7.7",
"idtoken-verifier": "^2.2.4",
"jwt-decode": "^4.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}