-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.31 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
{
"name": "roadie-tech-insights-action",
"version": "0.0.13-alpha",
"description": "Run Roadie Tech Insights scorecards or checks and keep track of your tech health",
"repository": "[email protected]:RoadieHQ/roadie-tech-insights-action.git",
"author": "Roadie <[email protected]>",
"license": "Apache-2.0",
"private": true,
"main": "index.js",
"scripts": {
"build": "npx tsc -p . && npx ncc build build/index.js --license LICENSE",
"lint": "eslint ./src",
"lint:security": "yarn eslint --config .eslintrc.security.cjs src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@backstage/catalog-model": "^1.4.2",
"@vercel/ncc": "^0.36.1",
"lodash": "^4.17.21",
"yaml": "~2.2.2",
"markdown-it": "^13.0.2",
"node-fetch": "^3.3.1",
"simple-git": "^3.18.0"
},
"devDependencies": {
"@spotify/prettier-config": "^12.0.0",
"@types/markdown-it": "^13.0.4",
"@types/node": "^18.16.4",
"@types/lodash": "^4.14.199",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^7.30.0",
"eslint-plugin-security": "^1.4.0",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
},
"prettier": "@spotify/prettier-config"
}