forked from clerk/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 984 Bytes
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": "@clerk/types",
"version": "3.51.0",
"license": "MIT",
"description": "Typings for Clerk libraries.",
"keywords": [
"clerk",
"react",
"auth",
"authentication",
"passwordless",
"session",
"jwt",
"types"
],
"author": "Clerk",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput | awk '{gsub(/\\033c/,\"\") system(\"\")}1'",
"clean": "rimraf ./dist",
"lint": "eslint ."
},
"dependencies": {
"csstype": "3.1.1"
},
"devDependencies": {
"typescript": "*"
},
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/clerkinc/javascript.git"
},
"homepage": "https://clerk.com/",
"bugs": {
"url": "https://github.com/clerkinc/javascript/issues"
}
}