-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
32 lines (32 loc) · 807 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^6.5.1"
},
"scripts": {
"dev": "lerna run dev",
"clean": "lerna run clean",
"build": "lerna run build",
"release": "lerna run release"
},
"author": {
"name": "Gabriel McAdams",
"email": "[email protected]"
},
"homepage": "https://github.com/ghmcadams/vscode-lintlens/blob/master/README.md",
"bugs": {
"url": "https://github.com/ghmcadams/vscode-lintlens/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/ghmcadams"
},
"repository": {
"type": "git",
"url": "https://github.com/ghmcadams/vscode-lintlens.git"
},
"license": "MIT"
}