-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
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
{
"name": "code-scanner",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prebid/code-scanner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prebid/code-scanner/issues"
},
"homepage": "https://github.com/prebid/code-scanner#readme",
"devDependencies": {
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/github": "^9.1.1",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"chai": "^6.2.2",
"chardet": "^2.1.1",
"glob": "^13.0.6",
"mocha": "^11.7.6",
"octokit": "^5.0.5",
"rollup": "^4.61.1"
}
}