-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "peculiar-certificates-viewer-monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"keywords": [
"certificates-viewer",
"certificate-viewer",
"certificate",
"x509",
"decoding",
"web-component",
"webpki",
"pki",
"asn1"
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"clean": "lerna run --parallel clean",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./packages",
"bootstrap": "yarn",
"bootstrap:undo": "lerna clean --yes",
"bootstrap:upgrade": "yarn upgrade-interactive --latest",
"start:webcomponents": "yarn --cwd packages/webcomponents start",
"prepare": "yarn build",
"publish:version": "lerna publish",
"publish:canary": "lerna publish --canary"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"lerna": "^8.1.2"
},
"license": "MIT",
"author": "PeculiarVentures Team",
"homepage": "https://x509.io/"
}