-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 909 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": "actions-readme-feed",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && jest --verbose --ci --detectOpenHandles",
"build": "ncc build -o lib --minify src/index.ts",
"deps": "ncu --doctor -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarisia/actions-readme-feed.git"
},
"author": "Sarisia",
"license": "MIT",
"bugs": {
"url": "https://github.com/sarisia/actions-readme-feed/issues"
},
"homepage": "https://github.com/sarisia/actions-readme-feed#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"npm-check-updates": "^16.14.20",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}