-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 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
{
"name": "ctfd-helper",
"version": "0.3.0",
"description": "Alternative web client interface for Capture The Flags events.",
"main": "main.js",
"scripts": {
"clean": "rm -rf build/",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup --config",
"build": "NODE_ENV=prod rollup --config"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Amodio/ctfd-helper.git"
},
"keywords": [],
"author": "Amodio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Amodio/ctfd-helper/issues"
},
"homepage": "https://github.com/Amodio/ctfd-helper#readme",
"dependencies": {
"lit": "^3.3.0",
"marked": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@web/rollup-plugin-html": "^3.1.0",
"rollup": "^4.60.1"
}
}