-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.62 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "@privyid/pena-monorepo",
"description": "PrivyID's Official Client Integration Library for signing.",
"packageManager": "[email protected]",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .js,.ts,.jsx,.tsx,.vue",
"fix": "yarn lint --fix",
"build": "yarn workspaces foreach -vp --topological-dev run build",
"check": "yarn dlx @yarnpkg/doctor packages/",
"coverage": "yarn workspaces foreach -vp --topological-dev run coverage"
},
"repository": "https://github.com/privy-open-source/pena",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/privy-open-source/pena/issues"
},
"homepage": "https://github.com/privy-open-source/pena#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@privyid/browserslist-config": "0.13.0",
"@privyid/eslint-config-persona": "0.13.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@vue/eslint-config-typescript": "11.0.3",
"browserslist-to-esbuild": "1.2.0",
"eslint": "8.33.0",
"eslint-config-standard-with-typescript": "34.0.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-align-assignments": "1.1.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "9.9.0"
}
}