forked from aptos-labs/identity-connect-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 839 Bytes
/
package.json
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
{
"name": "identity-connect-docs",
"version": "0.0.0",
"private": true,
"workspaces": {
"packages": [
"examples/*",
"packages/*"
]
},
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@identity-connect/eslint-config": "*",
"@identity-connect/eslint-plugin": "*",
"dotenv": "^16.0.3",
"eslint": "^8.21.0",
"prettier": "latest",
"syncpack": "^8.4.11",
"turbo": "latest",
"typescript": "5.0.4"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "[email protected]",
"resolutions": {
"typescript": "5.0.4"
},
"prettier": "@identity-connect/prettier-config"
}