-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 974 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
{
"name": "component-owners",
"version": "1.0.0",
"description": "Automatically assign and add approvers to component owners of lerna monorepos",
"main": "lib/main.js",
"scripts": {
"compile": "tsc --build && ncc build --source-map --license LICENSE",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyladan/component-owners.git"
},
"author": "Daniel Dyla",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dyladan/component-owners/issues"
},
"homepage": "https://github.com/dyladan/component-owners#readme",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.1",
"@vercel/ncc": "^0.38.1",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"fp-ts": "^2.16.6",
"io-ts": "^2.2.21",
"js-yaml": "^4.1.0"
}
}