-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
30 lines (30 loc) · 940 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
{
"name": "fossa-action",
"description": "Find license compliance and security issues in your applications with FOSSA",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"build": "ncc build src/index.ts -o dist --source-map --license LICENSE"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/tool-cache": "^1.6.1"
},
"devDependencies": {
"@types/es6-shim": "^0.31.37",
"@types/node": "^10.9.4",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.8.0",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-standard": "^4.0.1",
"typescript": "4.2.3"
}
}