forked from thunder-id/javascript-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"private": true,
"name": "@thunderid/javascript-sdks",
"version": "0.0.0",
"description": "JavaScript Eco-system SDKs for ⚡️ ThunderID",
"author": "WSO2",
"license": "Apache-2.0",
"type": "module",
"homepage": "https://github.com/thunder-id/javascript-sdks",
"bugs": {
"url": "https://github.com/thunder-id/javascript-sdks/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/thunder-id/javascript-sdks"
},
"keywords": [
"thunderid",
"sdk",
"javascript",
"wso2"
],
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && rimraf node_modules",
"format:check": "turbo run format:check",
"format:fix": "turbo run format:fix",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test",
"symlink": "node scripts/symlink.js",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"turbo": "2.10.2",
"@thunderid/eslint-plugin": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"rimraf": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.9.0"
}
}
}