-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
41
42
43
44
{
"name": "thirdparties-action",
"version": "1.0.0",
"description": "Run a third-party scripts scan on an URL",
"main": "./src/index.js",
"types": "index.d.ts",
"private": true,
"scripts": {
"lint": "eslint .",
"test": "jest",
"all": "npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socialgouv/thirdparties-action.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"DashLord"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/socialgouv/thirdparties-action/issues"
},
"homepage": "https://github.com/socialgouv/thirdparties-action#readme",
"dependencies": {
"@actions/core": "^1.2.7",
"@socialgouv/thirdparties": "^1.0.1",
"geolite2-redist": "^2.0.4",
"lodash.uniq": "^4.5.0",
"maxmind": "^4.3.2",
"node-fetch": "^2.6.6",
"p-all": "^3.0.0",
"puppeteer": "^14.2.1",
"splitted-url": "^1.0.20"
},
"devDependencies": {
"eslint": "^7.26.0",
"jest": "^26.6.3"
}
}