generated from atls-lab/template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 668 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 668 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
{
"name": "@atls/react-identity-user-provider",
"version": "0.0.6",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn library build",
"prepack": "yarn run build",
"postpack": "rm -rf dist"
},
"dependencies": {
"tldjs": "^2.3.1"
},
"devDependencies": {
"@atls/react-user": "workspace:0.1.47",
"@types/react": "18.3.6",
"@types/tldjs": "2.3.4",
"react": "18.2.0"
},
"peerDependencies": {
"@atls/react-user": "*",
"react": "^17.0.1"
},
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
}